]> granicus.if.org Git - postgresql/commit
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
authorAndres Freund <andres@anarazel.de>
Sat, 19 Dec 2015 16:37:11 +0000 (17:37 +0100)
committerAndres Freund <andres@anarazel.de>
Sat, 19 Dec 2015 16:37:11 +0000 (17:37 +0100)
commit8ae22e7d36e349d7d8fd616fbf7f78cc03e301e0
treeb70e7f7d267e401579c09550f70f920efea06aa3
parent2c5b57ec7f0155eef7bd8d152e546ee96b2feb5e
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.

Previously the completion used the wrong word to match 'BY'. This was
introduced brokenly, in b2de2a. While at it, also add completion of
IN TABLESPACE ... OWNED BY and fix comments referencing nonexistent
syntax.

Reported-By: Michael Paquier
Author: Michael Paquier and Andres Freund
Discussion: CAB7nPqSHDdSwsJqX0d2XzjqOHr==HdWiubCi4L=Zs7YFTUne8w@mail.gmail.com
Backpatch: 9.4, like the commit introducing the bug
src/bin/psql/tab-complete.c