postgresql/src/bin/psql
Peter Eisentraut b1bfb28b58 psql: Improve CREATE INDEX CONCURRENTLY tab completion
The completion of CREATE INDEX CONCURRENTLY was lacking in several ways
compared to a plain CREATE INDEX command:

- CREATE INDEX <name> ON completes table names, but didn't with
  CONCURRENTLY.

- CREATE INDEX completes ON and existing index names, but with
  CONCURRENTLY it only completed ON.

- CREATE INDEX <name> completes ON, but didn't with CONCURRENTLY.

These are now all fixed.
2016-01-12 20:54:27 -05:00
..
po Translation updates 2015-06-28 23:56:55 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
command.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
command.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
common.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
common.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
copy.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
copy.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
create_help.pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
describe.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
describe.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
help.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
help.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
input.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
input.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
large_obj.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
large_obj.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
mainloop.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
mainloop.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00
mbprint.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
mbprint.h Fix indentation of \d footers for non-ASCII cases. 2012-03-07 19:25:59 -05:00
nls.mk Add missing source files to nls.mk 2014-07-15 10:10:42 -04:00
print.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
print.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
prompt.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
prompt.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscan.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
psqlscan.l Update copyright for 2016 2016-01-02 13:33:40 -05:00
settings.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
startup.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
stringutils.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
stringutils.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
tab-complete.c psql: Improve CREATE INDEX CONCURRENTLY tab completion 2016-01-12 20:54:27 -05:00
tab-complete.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
variables.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
variables.h Update copyright for 2016 2016-01-02 13:33:40 -05:00