Re: pg_dump error when dumping mixed-case name tables - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_dump error when dumping mixed-case name tables
Date
Msg-id 10515.1208786608@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump error when dumping mixed-case name tables  ("Prischepa Vladimir" <vlpri@ems.ru>)
List pgsql-bugs
"Prischepa Vladimir" <vlpri@ems.ru> writes:
> I dump only one table which has mixed case name. But it doesn't work.
> It results in the following error:

> pg_dump.exe -h localhost -p 5433 -U postgres -i  -F p -t '"T10441"' -v -f "test.sql" test
> pg_dump: No matching tables were found

Which PG version are you using?

The '"FOO"' bit works in pg_dump 8.2 and later.  In older versions, try
just FOO.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Prischepa Vladimir"
Date:
Subject: pg_dump error when dumping mixed-case name tables
Next
From: Tom Lane
Date:
Subject: Re: BUG #4120: ERROR: cache lookup failed for function 0