Thread: [COMMITTERS] pgsql: Fix materialized-view documentation oversights.

[COMMITTERS] pgsql: Fix materialized-view documentation oversights.

From
Tom Lane
Date:
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

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1dce0536497d12957c2c71498ca893672f1135c0

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 12 +++++++-----
src/bin/psql/describe.c        |  2 +-
2 files changed, 8 insertions(+), 6 deletions(-)