Обсуждение: pgsql: psql: have \d show FKs on partitioned tables

Поиск
Список
Период
Сортировка

pgsql: psql: have \d show FKs on partitioned tables

От
Alvaro Herrera
Дата:
psql: have \d show FKs on partitioned tables

Commit 3de241dba86f missed to update psql to display foreign keys on
partitioned tables.  Add that.

Reported-by: Amit Langote
Author: Amit Langote
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/a66879e5-636f-d4dd-b4a4-92bdca5a828f@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/93316299d6a185bed0a4be5376508fe2f7e6b2d6

Modified Files
--------------
src/bin/psql/describe.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)