Re: Improve tab completion for COPY

Atsushi Torikoshi <torikoshia.tech@gmail.com>

From: Atsushi Torikoshi <torikoshia.tech@gmail.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: torikoshia <torikoshia@oss.nttdata.com>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-07-12T06:53:14Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix tab-completion for COPY and \copy options.

  2. Add tab completion for REJECT_LIMIT option.

  3. Allow "COPY table TO" command to copy rows from materialized views.

  4. Add REJECT_LIMIT option to the COPY command.

On Wed, Jul 9, 2025 at 10:09 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote:

> Thank you for reviewing the patches. I've just pushed the fix.

Thanks for pushing them!