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 Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/dcf5d7fb14b3ec59b436ce27d843574b6407e5b4 Modified Files -------------- src/bin/psql/tab-complete.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
