Re: Improve tab completion for COPY - Mailing list pgsql-hackers

From torikoshia
Subject Re: Improve tab completion for COPY
Date
Msg-id ac23e824d1d602f113a89c91ee56fb23@oss.nttdata.com
Whole thread Raw
In response to Re: Improve tab completion for COPY  (Yugo Nagata <nagata@sraoss.co.jp>)
Responses Re: Improve tab completion for COPY
List pgsql-hackers
On 2025-06-03 17:58, Yugo Nagata wrote:
> Thank you for updating the patch.
> It looks good and I confirmed that this works as expected.

Thanks for your review!

BTW this is a small patch, but it does two things:

(1) adds tab completion support for the REJECT_LIMIT option, which was
introduced in v18
(2) splits the tab completion logic between COPY FROM and COPY TO to
reflect their different options.

While maybe (2) should be postponed to v19 or later, I think it would be
better to include (1) in v18.
So I’ve split them into separate patches accordingly.


--
Atsushi Torikoshi
Seconded from NTT DATA GROUP CORPORATION to SRA OSS K.K.
Attachment

pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: [PATCH] Refactor: Extract XLogRecord info
Next
From: Michael Paquier
Date:
Subject: Re: Cleanup gcc trick with varattrib_1b_e in VARATT_EXTERNAL_GET_POINTER()