Re: BUG #5765: pg_dump fail to find upper case table name - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: BUG #5765: pg_dump fail to find upper case table name
Date
Msg-id 4CECBF850200002500037DDD@gw.wicourts.gov
Whole thread Raw
List pgsql-bugs
"Cristiano"  wrote:

> Operating system: Linux
> Description: pg_dump fail to find upper case table name

> --table public."streetTypes"

Linux is eating the quotes.  Try:

--table public.'"streetTypes"'

While a bit confusing, this is not a bug in the code.  Perhaps the
documentation should specifically mention it....

-Kevin

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #5765: pg_dump fail to find upper case table name
Next
From: "Kevin Grittner"
Date:
Subject: Re: BUG #5765: pg_dump fail to find upper case table name