pgsql: Add information about access method for partitioned relations in

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add information about access method for partitioned relations in
Date: 2024-07-02 00:22:27
Message-ID: E1sORHu-003qwl-M9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add information about access method for partitioned relations in \dP+

Since 374c7a229042, it is possible to set a table AM on a partitioned
table. This information was showing up already in psql with \d+, while
\dP+ provided no information.

This commit extends \dP+ to show the access method used by a partitioned
table or index, if set.

Author: Justin Pryzby
Discussion: https://postgr.es/m/ZkyivySXnbvOogZz@pryzbyj2023

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/978f38c771fb3a19fdd5cb73cb662441eb9e551c

Modified Files
--------------
src/bin/psql/describe.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-07-02 01:02:50 pgsql: Cleanup perl code from unused variables and routines
Previous Message Tom Lane 2024-07-01 17:56:08 pgsql: Remove support for HPPA (a/k/a PA-RISC) architecture.