psql: have \d show FKs on partitioned tables

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 93316299d6a185bed0a4be5376508fe2f7e6b2d6
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2018-05-14T16:14:17Z
Releases: 11.0
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

Files

PathChange+/−
src/bin/psql/describe.c modified +7 −2

Discussion