Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition)
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Michael Paquier <michael@paquier.xyz>,
Matthias van de Meent <boekewurm+postgres@gmail.com>
Cc: Amit Langote <amitlangote09@gmail.com>,
Bernd Helmle <mailings@oopsware.de>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Stephen Frost <sfrost@snowman.net>
Date: 2021-04-06T17:35:42Z
Lists: pgsql-hackers
On 2021/04/06 22:02, Michael Paquier wrote: > On Tue, Apr 06, 2021 at 02:39:54PM +0200, Matthias van de Meent wrote: >> On Tue, 6 Apr 2021 at 14:29, Fujii Masao <masao.fujii@oss.nttdata.com> wrote: >>> Attached is the updated version of the patch. Barring any objection, >>> I'm thinking to commit this. > > Sorry for the late reply. The approach to use LIMIT TO for this > purpose looks sensible from here, and I agree that it can have its > uses. So what you have here LGTM. Pushed. Thanks all! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
postgres_fdw: Allow partitions specified in LIMIT TO to be imported.
- a3740c48eb2f 14.0 landed
-
postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.
- f49bcd4ef3e9 10.0 cited