Volker Klemann ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is.
Short Description case sensitivity in pg_dumpall Long Description Dear people from postgres, Don't know if I am the first where this bug appeared: While updating from 7.1.2 to 7.2 I used pg_dumpall to dump my data as recommended by the INSTALL manual. When re-instaling the database using psql -d template1 -f dumpfile I got the error psql:/home/volkerk/postgres/backups/backup22.03.02:46: \connect: FATAL 1: Database "rsl" does not exist in the system catalog. The corresponding lines in the script produced by pg_dumpall are: 45 CREATE DATABASE "RSL" WITH TEMPLATE = template0; 46 \connect RSL volkerk So, while considering upper and lower cases in 45: using collons the program missed them in 46:, and tried to log into rsl instead of RSL. Took me some time to find it, because first 'was searching for inconsistencies, in the new installation. Best wishes, Volker Klemann Sample Code No file was uploaded with this report ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly