Fix materialized-view documentation oversights.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 54d4d818ddabe18d1c5ab94fd97b3ca9a3675b62
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-06-19T22:32:22Z
Releases: 9.5.8
Fix materialized-view documentation oversights.

When materialized views were added, psql's \d commands were made to
treat them as a separate object category ... but not everyplace in the
documentation or comments got the memo.

Noted by David Johnston.  Back-patch to 9.3 where matviews came in.

Discussion: https://postgr.es/m/CAKFQuwb27M3VXRhHErjCpkWwN9eKThbqWb1=trtoXi9_ejqPXQ@mail.gmail.com

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +7 −5
src/bin/psql/describe.c modified +1 −1

Discussion