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

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

  1. Add support for LIKE in CREATE FOREIGN TABLE