pgsql: psql: do file completion for \gx

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: do file completion for \gx
Date: 2020-04-01 03:01:40
Message-ID: E1jJTdM-0007BH-CE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: do file completion for \gx

This was missed when the feature was added.

Reported-by: Vik Fearing

Discussion: https://postgr.es/m/eca20529-0b06-b493-ee38-f071a75dcd5b@postgresfriends.org

Backpatch-through: 10

Branch
------
REL_10_STABLE

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

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 Mahendra Singh Thalor 2020-04-01 03:09:10 Re: pgsql: Allow vacuum command to process indexes in parallel.
Previous Message Bruce Momjian 2020-04-01 02:26:15 pgsql: makefile: use proper linker flags for C++ compiles