pgsql: psql: Improve tab completion of WITH - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Improve tab completion of WITH
Date
Msg-id E1SHez3-0003ia-16@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Measure epoch of timestamp-without-time-zone from local not UTC
Next
From: Peter Eisentraut
Date:
Subject: pgsql: NLS: Initialize Project-Id-Version field by xgettext