pgsql: Show table persistence in psql's \dt+ and related commands. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Show table persistence in psql's \dt+ and related commands.
Date
Msg-id E1hihSz-0004R8-PS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Show table persistence in psql's \dt+ and related commands.

In verbose mode, listTables() now emits a "Persistence" column
showing whether the table/index/view/etc is permanent, temporary,
or unlogged.

David Fetter, reviewed by Fabien Coelho and Rafia Sabih

Discussion: https://postgr.es/m/20190423005642.GZ28936@fetter.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a2ea618323a4cf8ca7eb6a828b08c6e39b95cdd

Modified Files
--------------
src/bin/psql/describe.c | 30 ++++++++++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Don't remove surplus columns from GROUP BY for inheritanceparen
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: document table persistence display in \dt+.