pgsql: Tie loose ends in psql's new \dP command

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tie loose ends in psql's new \dP command
Date: 2019-04-17 22:52:21
Message-ID: E1hGtPh-00024a-RZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tie loose ends in psql's new \dP command

* Remove one unnecessary pg_class join in SQL command. Not needed,
because we use a regclass cast instead.

* Doc: refer to "partitioned relations" rather than specifically tables,
since indexes are also displayed.

* Rename "On table" column to "Table", for consistency with \di.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20190407212525.GB10080@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/421a2c48328c88eb31f6b29979218f0a350bb739

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 8 ++++----
src/bin/psql/describe.c | 7 +++----
src/test/regress/expected/psql.out | 16 ++++++++--------
3 files changed, 15 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-04-18 00:23:40 pgsql: docs: cleanup/remove/update references to OID column.
Previous Message Alvaro Herrera 2019-04-17 22:18:58 pgsql: psql: display tablespace for partitioned indexes