diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-01-12 20:31:43 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-01-12 20:54:27 -0500 |
commit | b1bfb28b586a319052d96dd4dfd40a05505ea6ed (patch) | |
tree | 285b97dfa4601db92eb47893f18cd0a19c43b9b7 /src/backend/access/gist/gistutil.c | |
parent | bc56d5898d1cbd9dee6fe16ea7a814a5820b6181 (diff) | |
download | postgresql-b1bfb28b586a319052d96dd4dfd40a05505ea6ed.tar.gz postgresql-b1bfb28b586a319052d96dd4dfd40a05505ea6ed.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions