Thread: pgsql-server/src/bin/psql tab-complete.c

pgsql-server/src/bin/psql tab-complete.c

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/10/16 17:03:09

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

Log message:
    Cause tab completion to do something moderately reasonable with mixed-case
    identifiers --- it will now complete these correctly with double quoting.
    Fix a few other issues in passing.