diff options
author | Peter Eisentraut | 2016-01-13 01:31:43 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-01-13 01:54:27 +0000 |
commit | b1bfb28b586a319052d96dd4dfd40a05505ea6ed (patch) | |
tree | 285b97dfa4601db92eb47893f18cd0a19c43b9b7 /src/backend/access/gist/gistutil.c | |
parent | bc56d5898d1cbd9dee6fe16ea7a814a5820b6181 (diff) |
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