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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Show table persistence in psql's \dt+ and related commands.
Date: 2019-07-03 15:46:41
Message-ID: E1hihSz-0004R8-PS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-03 16:18:13 pgsql: Doc: document table persistence display in \dt+.
Previous Message David Rowley 2019-07-03 11:51:12 pgsql: Don't remove surplus columns from GROUP BY for inheritance paren