BUG #1843: pg_restore -O restores lowercase schemanaam - Mailing list pgsql-bugs

From D.J. Kniep
Subject BUG #1843: pg_restore -O restores lowercase schemanaam
Date
Msg-id 20050823110450.6EB30F0DAD@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1843: pg_restore -O restores lowercase schemanaam  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1843
Logged by:          D.J. Kniep
Email address:      dick@kniep.nl
PostgreSQL version: 7.4.8
Operating system:   Linux (SuSE 9.3)
Description:        pg_restore -O restores lowercase schemanaam
Details:

I make a backup using

pg_dump -f /tmp/dumpdb -F c -Z 5 cvix

When I try to restore this file, it fails with

postgres@linux:/tmp> pg_restore -O -d cvix2 /tmp/dumpdb
pg_restore: [archiver (db)] could not execute query: ERROR:  schema "Lindix"

does not exist

After checking, the schema lindix does exist (Note the lowercase l), but is
empty.

If I turn on statement logging, I see the following when running
pg_restore -O:

CREATE SCHEMA Test;

If I run pg_restore without -O, I see the following:

CREATE SCHEMA "Test" AUTHORIZATION postgres;

Off course this should be
CREATE SCHEMA "Test";

pgsql-bugs by date:

Previous
From: Michael Meskes
Date:
Subject: Re: BUG #1815: ECPGdebug causes crash on Windows XP
Next
From: Elmival Sousa
Date:
Subject: Problemas durante a instalacao do postgresql 8.0.3 no suse sles 9