[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-0006NP-El@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d14c85ed1abb5d01b10313715ab73aadb9a7a7af

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