Re: postgres_fdw IMPORT SCHEMA and partitioned tables
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>,
Stephen Frost <sfrost@snowman.net>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-03-31T04:23:34Z
Lists: pgsql-hackers
Attachments
- pgfdw-partitions.patch (application/octet-stream) patch
On Wed, Mar 29, 2017 at 12:30 PM, Michael Paquier <michael.paquier@gmail.com> wrote: > Users like things that are friendly, and we are most likely going to > piss them off when using postgres_fdw if they need to list manually > each parent table from the IMPORT FOREIGN SCHEMA command. > >> However, if we're going to do something about this, I think it should >> be done soon. Otherwise, I'm going to advocate for reclassifying this >> issue from "open item" to "possible area for future development". > > I was just waiting for the end of the CF before sending in a patch, > allocating now some time to look at some patches pending for reviews. And here is the promised patch to address this open item. -- Michael
Commits
-
postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.
- f49bcd4ef3e9 10.0 landed