pgsql: postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.
Date
Msg-id E1cu2AU-0003fz-2Q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f49bcd4ef3e9a75de210357a4d9bbe3e004db956

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 36 +++++++++++++++++++++++---
contrib/postgres_fdw/postgres_fdw.c            | 11 +++++++-
contrib/postgres_fdw/sql/postgres_fdw.sql      |  3 +++
doc/src/sgml/postgres-fdw.sgml                 | 10 +++++++
4 files changed, 55 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Full Text Search support for json and jsonb
Next
From: Robert Haas
Date:
Subject: pgsql: Don't allocate storage for partitioned tables.