Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

BUG #3079: pg_dump doesn't dump datascheme with uppercase letters in



The following bug has been logged online:

Bug reference:      3079
Logged by:          Eugene
Email address:      eugenekuz(at)mail(dot)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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group