]> granicus.if.org Git - postgresql/commit
psql: Fix CREATE INDEX tab completion
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 10 Jan 2016 16:43:27 +0000 (11:43 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 13 Jan 2016 01:54:27 +0000 (20:54 -0500)
commitbc56d5898d1cbd9dee6fe16ea7a814a5820b6181
tree11bee22a2ddddf81d380a61fb80b15f70dc5c088
parent70327030095d07abb58f9b3452dc6315a02aff0e
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.
src/bin/psql/tab-complete.c