From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix materialized-view documentation oversights. |
Date: | 2017-06-19 22:32:49 |
Message-ID: | E1dN5E1-0006NT-F7@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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_5_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/54d4d818ddabe18d1c5ab94fd97b3ca9a3675b62
Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 12 +++++++-----
src/bin/psql/describe.c | 2 +-
2 files changed, 8 insertions(+), 6 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2017-06-20 14:10:29 | pgsql: Change pg_get_publication_tables to prosecdef false |
Previous Message | Peter Eisentraut | 2017-06-19 21:39:15 | pgsql: doc: Improve logical replication security setup info |