postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.

Robert Haas <rhaas@postgresql.org>

Commit: f49bcd4ef3e9a75de210357a4d9bbe3e004db956
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-03-31T19:06:34Z
Releases: 10.0
postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.

Don't import partitions.  Do import partitioned tables which are
not themselves partitions.

Report by Stephen Frost.  Design and patch by Michael Paquier,
reviewed by Amit Langote.  Documentation revised by me.

Discussion: http://postgr.es/m/20170309141531.GD9812@tamriel.snowman.net

Files

Documentation touched

Discussion