mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
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
This commit is contained in:
@@ -1131,3 +1131,6 @@ set search_path to default;
|
||||
|
||||
set role to default;
|
||||
drop role regress_partitioning_role;
|
||||
|
||||
-- \d on toast table (use pg_statistic's toast table, which has a known name)
|
||||
\d pg_toast.pg_toast_2619
|
||||
|
||||
Reference in New Issue
Block a user