pgsql: Improve psql's \d output for TOAST tables.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve psql's \d output for TOAST tables.
Дата
Msg-id E1hq1xj-0000nj-7T@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add CREATE DATABASE LOCALE option
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Check that partitions are not in use when dropping constraints