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

From Tom Lane
Subject [COMMITTERS] pgsql: Fix materialized-view documentation oversights.
Date
Msg-id E1dN5E1-0006NR-F1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Improve logical replication security setup info
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Change pg_get_publication_tables to prosecdef false