Re: Fix outdated comment of CopyStmt in gram.y

Masahiko Sawada <sawada.mshk@gmail.com>

From: Masahiko Sawada <sawada.mshk@gmail.com>
To: cca5507 <cca5507@qq.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-03T18:36:16Z
Lists: 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



Commits

  1. Fix outdated comment of COPY in gram.y.