Re: pg_dump error when dumping mixed-case name tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Prischepa Vladimir" <vlpri(at)ems(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pg_dump error when dumping mixed-case name tables
Date: 2008-04-21 14:03:28
Message-ID: 10515.1208786608@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Prischepa Vladimir" <vlpri(at)ems(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-04-21 14:17:40 Re: BUG #4120: ERROR: cache lookup failed for function 0
Previous Message Pedro Gimeno 2008-04-21 13:05:24 BUG #4120: ERROR: cache lookup failed for function 0