]> granicus.if.org Git - postgresql/commit
Be more wary about mixed-case database names and user names. Get
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Feb 2002 00:18:20 +0000 (00:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Feb 2002 00:18:20 +0000 (00:18 +0000)
commit15c30b6f9ade42754b6721c64ba1766f16252107
tree1edd71a887c8a700095643eeaa97126106964947
parent906254a53c7efee365ece567ddeab69ac9870d53
Be more wary about mixed-case database names and user names.  Get
the CREATE DATABASE command right in pg_dump -C case.
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/pg_dumpall.sh