pgsql: psql: Describe partitioned tables/indexes as such

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Describe partitioned tables/indexes as such
Date: 2018-11-19 20:31:55
Message-ID: E1gOqD5-0004Fn-6z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-19 22:02:49 pgsql: Handle EPIPE more sanely when we close a pipe reading from a pro
Previous Message Tom Lane 2018-11-19 20:05:39 pgsql: Update config/ax_pthread.m4 to latest upstream version.