CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/10/28 19:35:52

Modified files:
        src/bin/psql   : tab-complete.c 

Log message:
        Don't include "schema." in the set of possible tab completions once
        "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.


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to