pgsql: psql: Fix CREATE INDEX tab completion

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Fix CREATE INDEX tab completion
Date: 2016-01-13 02:23:56
Message-ID: E1aJB6K-0002um-I5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Fix CREATE INDEX tab completion

The previous code supported a syntax like CREATE INDEX name
CONCURRENTLY, which never existed. Mistake introduced in commit
37ec19a15ce452ee94f32ebc3d6a9a45868e82fd. Remove the addition of
CONCURRENTLY at that point.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bc56d5898d1cbd9dee6fe16ea7a814a5820b6181

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-01-13 20:49:21 pgsql: Run pgindent on src/bin/pg_dump/*
Previous Message Simon Riggs 2016-01-12 07:57:07 pgsql: Add new user fn pg_current_xlog_flush_location()