pgsql: postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.
Date: 2017-03-31 19:25:06
Message-ID: E1cu2AU-0003fz-2Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-31 20:29:19 pgsql: Don't allocate storage for partitioned tables.
Previous Message Tom Lane 2017-03-31 18:38:50 Re: pgsql: Full Text Search support for json and jsonb