Show table persistence in psql's \dt+ and related commands.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/describe.c | modified | +28 −2 |
Discussion
- [PATCH v1] Show whether tables are logged in \dt+ 26 messages · 2019-04-23 → 2019-07-03