Improve ALTER POLICY tab completion.
authorRobert Haas <rhaas@postgresql.org>
Thu, 10 Dec 2015 17:28:46 +0000 (12:28 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Dec 2015 17:28:46 +0000 (12:28 -0500)
commit8b469bd7c4dc3649c74b746545210b435df319cb
tree2bc0ee29309c8e36ed88ef9084a1ca5680384d15
parent348bcd864530b4860d0fd0ffe8532f590a5779f7
Improve ALTER POLICY tab completion.

Complete "ALTER POLICY" with a policy name, as we do for DROP POLICY.
And, complete "ALTER POLICY polname ON" with a table name that has such
a policy, as we do for DROP POLICY, rather than with any table name
at all.

Masahiko Sawada
src/bin/psql/tab-complete.c