• Fujii Masao's avatar
    Fix incorrect tab-completion for GRANT and REVOKE · bf4817e4
    Fujii Masao authored
    Previously "GRANT * ON * TO " was tab-completed to add an extra "TO",
    rather than with a list of roles. This is the bug that commit 2f888070
    introduced unexpectedly. This commit fixes that incorrect tab-completion.
    
    Thomas Munro, reviewed by Jeff Janes.
    bf4817e4
tab-complete.c 159 KB