Thread: pgsql: psql: Improve tab completion of WITH

pgsql: psql: Improve tab completion of WITH

From
Peter Eisentraut
Date:
psql: Improve tab completion of WITH

Only match when WITH is the first word, as WITH may appear in many
other contexts.

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6b8c99c386d318b434829ac0c9ba935fb5e53d18

Modified Files
--------------
src/bin/psql/tab-complete.c |    5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)