pgsql: Improve psql's \d output for TOAST tables. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve psql's \d output for TOAST tables.
Date
Msg-id E1hq1xj-0000nj-7T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve psql's \d output for TOAST tables.

Add the name of the owning table to the footers for a TOAST table.
Also, show all the same footers as for a regular table (in practice,
this adds the index and perhaps the tablespace and access method).

Justin Pryzby, reviewed by Fabien Coelho

Discussion: https://postgr.es/m/20190422154902.GH14223@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eb5472da9f83c2e432ac27a053929947e354d20c

Modified Files
--------------
src/bin/psql/describe.c            | 37 ++++++++++++++++++++++++++++++++++---
src/test/regress/expected/psql.out | 12 ++++++++++++
src/test/regress/sql/psql.sql      |  3 +++
3 files changed, 49 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add CREATE DATABASE LOCALE option
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Check that partitions are not in use when dropping constraints