]> granicus.if.org Git - postgresql/commit
Cause tab completion to do something moderately reasonable with mixed-case
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Oct 2003 20:03:09 +0000 (20:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Oct 2003 20:03:09 +0000 (20:03 +0000)
commit2ec74435cdbc6f6d46e9348c579543f0151242e9
treecdb8b72b994e19067f98fa536b30be212d154edb
parent9ad637f749b8e26eb3e0c0f3cb6bb1512c40aee9
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.
src/bin/psql/tab-complete.c