• Robert Haas's avatar
    Improve ALTER POLICY tab completion. · 8b469bd7
    Robert Haas authored
    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
    8b469bd7
tab-complete.c 160 KB