Fix materialized-view documentation oversights.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Jun 2017 22:32:22 +0000 (18:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Jun 2017 22:32:22 +0000 (18:32 -0400)
commit1dce0536497d12957c2c71498ca893672f1135c0
treec405017540fa4f56407da89f71b79b864a4e20f3
parent1f184426b7637a64c1f43d3c70a3db3f9b949893
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
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c