pgsql: Add tab completion for REJECT_LIMIT option.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tab completion for REJECT_LIMIT option.
Date: 2025-06-11 18:44:50
Message-ID: E1uPQRO-001Ckc-0E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tab completion for REJECT_LIMIT option.

This addresses an oversight in commit 4ac2a9bec, which introduced the
REJECT_LIMIT option to the COPY command.

Author: Atsushi Torikoshi <torikoshia(at)oss(dot)nttdata(dot)com>
Reviewed-by: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Discussion: https://postgr.es/m/ac23e824d1d602f113a89c91ee56fb23@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b774ad49336764aef063b9dbc1e7b7eb11c36e11

Modified Files
--------------
src/bin/psql/tab-complete.in.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2025-06-11 20:07:43 Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Previous Message Peter Geoghegan 2025-06-11 13:17:46 pgsql: Make _bt_killitems drop pins it acquired itself.