pgsql: psql: Improve tab completion of WITH

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Improve tab completion of WITH
Date: 2012-04-10 17:36:01
Message-ID: E1SHez3-0003ia-16@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-04-10 18:27:28 pgsql: NLS: Initialize Project-Id-Version field by xgettext
Previous Message Tom Lane 2012-04-10 16:05:38 pgsql: Measure epoch of timestamp-without-time-zone from local not UTC