]> granicus.if.org Git - postgresql/commit
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:38 +0000 (18:32 -0400)
commitd14c85ed1abb5d01b10313715ab73aadb9a7a7af
tree84979ce387a4aecd9fb33fd7a5753e1bf34d6eb9
parent1c25ef6363f38253e5ac080373eef7f3305fa5dc
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