Re: Fix outdated comment of CopyStmt in gram.y - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: Fix outdated comment of CopyStmt in gram.y
Date
Msg-id CAD21AoB9F-0KKKB1j7OhY2ivE4QZhsGcXPM1sTfY-XVSgS1iQA@mail.gmail.com
Whole thread Raw
In response to Fix outdated comment of CopyStmt in gram.y  ("cca5507" <cca5507@qq.com>)
List pgsql-hackers
On Mon, Nov 3, 2025 at 6:13 AM cca5507 <cca5507@qq.com> wrote:
>
> Hi,
>
> The MERGE command can also be used in COPY TO, but it missing in the comment.
>
> Attach a patch to fix it.

Thank you for the patch. Pushed.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql --help=variables missing csv_fieldsep
Next
From: Tom Lane
Date:
Subject: Re: Making jsonb_agg() faster