Re: postgres_fdw IMPORT SCHEMA and partitioned tables - Mailing list pgsql-hackers

From Robert Haas
Subject Re: postgres_fdw IMPORT SCHEMA and partitioned tables
Date
Msg-id CA+TgmobjK4F7Nd5cM=6ygCnC0g8Do=RP7pTWsUJZYe5SxbzXhA@mail.gmail.com
Whole thread Raw
In response to Re: postgres_fdw IMPORT SCHEMA and partitioned tables  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Fri, Mar 31, 2017 at 3:31 PM, Andres Freund <andres@anarazel.de> wrote:
>> 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...

I don't think I'd like to promise that postgres_fdw will always be
forward-compatible.  Backward-compatibility is hard enough already.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: postgres_fdw IMPORT SCHEMA and partitioned tables
Next
From: Tom Lane
Date:
Subject: Re: Allow to specify #columns in heap/index_form_tuple