pg_dump error when dumping mixed-case name tables

From: "Prischepa Vladimir" <vlpri(at)ems(dot)ru>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: pg_dump error when dumping mixed-case name tables
Date: 2008-04-21 11:15:23
Message-ID: 000601c8a3a0$fe8cbbf0$3d42a8c0@office.ems.chel.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello!

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
pg_dump: *** aborted because of error

Is that a bug or am I doing anything wrong?

Thank you in advance.

Best Regards,
Vladimir Prischepa.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Teodor Sigaev 2008-04-21 11:53:39 Re: 'Too many LWLocks held' with GIN pg_trgm_ops index [RE-SENT]
Previous Message Craig Ringer 2008-04-21 08:15:41 'Too many LWLocks held' with GIN pg_trgm_ops index [RE-SENT]