pgsql: psql: Fix CREATE INDEX tab completion - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Fix CREATE INDEX tab completion
Date
Msg-id E1aJB6K-0002um-I5@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Add new user fn pg_current_xlog_flush_location()
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Improve CREATE INDEX CONCURRENTLY tab completion