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/[email protected] 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(-)
