Re: postgres_fdw IMPORT SCHEMA and partitioned tables

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, Michael Paquier <michael.paquier@gmail.com>, Stephen Frost <sfrost@snowman.net>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-03-31T19:31:35Z
Lists: pgsql-hackers
On 2017-03-31 15:25:19 -0400, Robert Haas wrote:
> On Fri, Mar 31, 2017 at 12:51 AM, Amit Langote
> <Langote_Amit_f8@lab.ntt.co.jp> wrote:
> > Thanks, no more comments from my side.
> 
> Committed after rewording the documentation.

Hm. Wonder if something like that shouldn't be backpatched - because
otherwise using postgres_fdw from an old server against a newer one will
do weird stuff.  I don't know what kind of policy we've committed to
with postgresImportForeignSchema...

Greetings,

Andres Freund


Commits

  1. postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.