pgsql-server/src/bin/psql tab-complete.c
Started by Tom Lanealmost 23 years ago1 messagescomitters
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.