Re: Proposal to CREATE FOREIGN TABLE LIKE
Zhang Mingli <zmlpostgres@gmail.com>
From: Zhang Mingli <zmlpostgres@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Álvaro Herrera <alvherre@alvh.no-ip.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-02-07T16:50:47Z
Lists: pgsql-hackers
Attachments
- v1-0001-CREATE-FOREIGN-TABLE-LIKE.patch (application/octet-stream) patch v1-0001
On Feb 7, 2025 at 22:24 +0800, Zhang Mingli <zmlpostgres@gmail.com>, wrote: > On Feb 6, 2025 at 18:09 +0800, Zhang Mingli <zmlpostgres@gmail.com>, wrote: > > On Feb 3, 2025 at 08:29 +0800, Michael Paquier <michael@paquier.xyz>, wrote: > > > On Mon, Feb 03, 2025 at 06:22:13AM +0800, Mingli Zhang wrote: > > > > Yes, I would like to provide a patch. > > > > > > > > Glad to see we have come to an agreement on this. > > > > > > Just adding my +1 here. FWIW. > > Hi, > > > > Patch added. > > Add it to commitfest: https://commitfest.postgresql.org/52/5557 Fix CI failure of doc build in v1 patch. -- Zhang Mingli HashData
Commits
-
Add support for LIKE in CREATE FOREIGN TABLE
- 302cf1575923 18.0 landed