BUG #3079: pg_dump doesn't dump datascheme with uppercase letters in - Mailing list pgsql-bugs

From Eugene
Subject BUG #3079: pg_dump doesn't dump datascheme with uppercase letters in
Date
Msg-id 200702261154.l1QBsXxv082562@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3079: pg_dump doesn't dump datascheme with uppercase letters in  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3079
Logged by:          Eugene
Email address:      eugenekuz@mail.ru
PostgreSQL version: 8.2.0 - 8.2.3
Operating system:   WinXP
Description:        pg_dump doesn't dump datascheme with uppercase letters
in
Details:

When a datascheme contains uppercase letters in its name, pg_dump doesn't
recognize the scheme as valid
It prints "No matching schemas were found"

Ex.
There are a scheme with name "Schema".

>pg_dump -n "Schema" -U postgres database
pg_dump:No matching schemas were found


rename "Scheme" to "schema" then
>pg_dump -n "Schema" -U postgres database
...
...

Works good

P.S.
in postgresql-8.1 package it works anyway

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #2969: Inaccuracies in Solaris FAQ
Next
From: Tom Lane
Date:
Subject: Re: BUG #3079: pg_dump doesn't dump datascheme with uppercase letters in