Improve ALTER POLICY tab completion.

Robert Haas <rhaas@postgresql.org>

Commit: dcf5d7fb14b3ec59b436ce27d843574b6407e5b4
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-12-10T17:34:56Z
Releases: 9.5.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +8 −1