• Tom Lane's avatar
    Don't include "schema." in the set of possible tab completions once · 15c6764b
    Tom Lane authored
    "schema." has been typed.  This allows readline to complete subsequent
    characters immediately if all relations in the target schema start with
    the same prefix.  This actually worked before, but I unintentionally
    broke it a few days ago.
    Also, make completion schema-aware for GRANT, REVOKE, VACUUM.
    15c6764b
tab-complete.c 57 KB