The following bug has been logged online:

Bug reference:      3079
Logged by:          Eugene
Email address:      [EMAIL PROTECTED]
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

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to