pgsql: psql: Add tab completion for COPY (MERGE ... - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Add tab completion for COPY (MERGE ...
Date
Msg-id E1tGcPR-003sLo-GI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Add tab completion for COPY (MERGE ...

The underlying feature for this was added in PostgreSQL 17.

Author: Jian He <jian.universality@gmail.com>
Discussion: https://www.postgresql.org/message-id/CACJufxEmNjxvf1deR1zBrJbjAMeCooooLRzZ+yaaBuqDKh_6-Q@mail.gmail.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4527b9e26db8d4987df6f83fc580993d8d103a7e

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Add tab completion for COPY (MERGE ...
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix wording in comment