]> granicus.if.org Git - postgresql/commit
Tweak psql's \connect command to not downcase unquoted database and user
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Feb 2002 21:37:47 +0000 (21:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Feb 2002 21:37:47 +0000 (21:37 +0000)
commit5fb5066cb6c45add7d917c48f74f46f6fdd1544d
tree2ec536c50fe8b95dbda60831a4a5920b7bd8af52
parent5eab1f1bcda11837eb259e60089f8f935df12f22
Tweak psql's \connect command to not downcase unquoted database and user
names.  This is a temporary measure to allow backwards compatibility with
7.2 and earlier pg_dump.  7.2.1 and later pg_dump will double-quote mixed
case names in \connect.  Once we feel that older dumps are not a problem
anymore, we can revert this change and treat \connect arguments as normal
SQL identifiers.
src/bin/psql/command.c