pgsql: psql: Add tab completion for COPY (MERGE ...

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Add tab completion for COPY (MERGE ...
Date: 2024-11-28 11:10:09
Message-ID: E1tGcPR-003sLo-GI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add tab completion for COPY (MERGE ...

The underlying feature for this was added in PostgreSQL 17.

Author: Jian He <jian(dot)universality(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-11-28 14:20:37 pgsql: Fix wording in comment
Previous Message Peter Eisentraut 2024-11-28 11:09:38 pgsql: psql: Add tab completion for COPY (MERGE ...