]> granicus.if.org Git - postgresql/commit
psql: have \d show FKs on partitioned tables
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 May 2018 15:43:14 +0000 (11:43 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 May 2018 16:14:17 +0000 (12:14 -0400)
commit93316299d6a185bed0a4be5376508fe2f7e6b2d6
treec29693203d5f51dd2bb0e95d663931ba4c3cefca
parent60e2d9ab1437c8e4b12e7766198cf2e84f7d267e
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
src/bin/psql/describe.c