pgsql: Add information about access method for partitioned relations in

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add information about access method for partitioned relations in
Дата
Msg-id E1sORHu-003qwl-M9@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove support for HPPA (a/k/a PA-RISC) architecture.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Cleanup perl code from unused variables and routines