CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/10/30 17:37:39

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

Log message:
        Further work on tab completion code: arrange for system catalogs to be
        offered for completion only when the input-so-far is at least 'pg_'.
        This seems to be the best compromise behavior emerging from yesterday's
        discussion.  While at it, refactor code to eliminate repetitive use of
        nearly identical queries, which was exceedingly tedious to maintain.
        Also const-ify code more thoroughly in hopes of moving constant data into
        text segment, and remove unnecessary length limit on queries.


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

Reply via email to