pgsql: Show partition info from psql \d+

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Show partition info from psql \d+
Date: 2017-11-22 18:11:13
Message-ID: E1eHZUP-00060E-JW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Show partition info from psql \d+

Author: Amit Langote, Ashutosh Bapat
Reviewed-by: Álvaro Herrera, Simon Riggs

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05b6ec39d72f7065bb5ce770319e826f1da92441

Modified Files
--------------
src/bin/psql/describe.c | 34 ++++++++++++++++++++++++------
src/test/regress/expected/create_table.out | 13 +++++++-----
src/test/regress/expected/foreign_data.out | 3 +++
src/test/regress/expected/insert.out | 17 +++++++++++++++
src/test/regress/sql/create_table.sql | 2 +-
src/test/regress/sql/insert.sql | 4 ++++
6 files changed, 61 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-11-22 18:19:41 pgsql: Sort default partition to bottom of psql \d+
Previous Message Simon Riggs 2017-11-22 05:31:52 pgsql: Set es_output_cid in replication worker