View Single Post

   
  #1 (permalink)  
Old 04-24-2008, 06:12 PM
Prischepa Vladimir
 
Posts: n/a
Default pg_dump error when dumping mixed-case name tables

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.
Reply With Quote