pgsql: psql: Describe partitioned tables/indexes as such

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: psql: Describe partitioned tables/indexes as such
Дата
Msg-id E1gOqD5-0004Fn-6z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: Describe partitioned tables/indexes as such

In \d and \z, instead of conflating partitioned tables and indexes with
plain ones, set the "type" column and table title differently to make
the distinction obvious.  A simple ease-of-use improvement.

Author: Pavel Stehule, Michaël Paquier, Álvaro Herrera
Reviewed-by: Amit Langote
Discussion: https://postgr.es/m/CAFj8pRDMWPgijpt_vPj1t702PgLG4Ls2NCf+rEcb+qGPpossmg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/psql/describe.c                    | 19 +++++++++++++------
src/test/regress/expected/create_table.out | 14 +++++++-------
src/test/regress/expected/foreign_data.out | 12 ++++++------
src/test/regress/expected/foreign_key.out  |  4 ++--
src/test/regress/expected/indexing.out     | 16 ++++++++--------
src/test/regress/expected/insert.out       |  4 ++--
src/test/regress/expected/rowsecurity.out  |  2 +-
7 files changed, 39 insertions(+), 32 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update config/ax_pthread.m4 to latest upstream version.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Handle EPIPE more sanely when we close a pipe reading from apro