Improve psql's \d output for TOAST tables.
authorTom Lane
Tue, 23 Jul 2019 19:25:56 +0000 (15:25 -0400)
committerTom Lane
Tue, 23 Jul 2019 19:25:56 +0000 (15:25 -0400)
commiteb5472da9f83c2e432ac27a053929947e354d20c
treebf796d3f5e6b8a96f46107b42f89e08f0340d89e
parent06140c201b982436974d71e756d7331767a41e57
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[email protected]
src/bin/psql/describe.c
src/test/regress/expected/psql.out
src/test/regress/sql/psql.sql