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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9a2ea618323a4cf8ca7eb6a828b08c6e39b95cdd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-07-03T15:46:34Z
Releases: 13.0
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

Files

PathChange+/−
src/bin/psql/describe.c modified +28 −2

Discussion