]> granicus.if.org Git - postgresql/commit
Show table persistence in psql's \dt+ and related commands.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Jul 2019 15:46:34 +0000 (11:46 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Jul 2019 15:46:34 +0000 (11:46 -0400)
commit9a2ea618323a4cf8ca7eb6a828b08c6e39b95cdd
tree0ae390f411f61409dc974bb5a10d35a43c2ec221
parenta5be4062f7bf2ae9487c5a31ee337a56425cdc84
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
src/bin/psql/describe.c