pgsql: psql: do file completion for \gx - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: psql: do file completion for \gx
Date
Msg-id E1jJTdM-0007BF-Bm@gemulon.postgresql.org
Whole thread Raw
List 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7054e12e0fb64d7c1573a0b55c01b23b6d5e15eb

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: makefile: use proper linker flags for C++ compiles
Next
From: Mahendra Singh Thalor
Date:
Subject: Re: pgsql: Allow vacuum command to process indexes in parallel.