Search Postgresql Archives

Re: [ADMIN] pg_dump : no tables were found.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Mar 6, 2012 at 7:22 AM, Piyush Lenka <lenka.piyush@xxxxxxxxx> wrote:
Hi,

I m trying to take backup of data of a particular table using pg_dump.
I used double quotes for table name but output is : 
pg_dump : no tables were found.

Command used : 
-h localhost -p 5432 -U postgres -W -F p -a -t '"TestTable"' -f DbBackup/BackupTableActions.sql TestDataBase

This problem only shows when there is a upper case character in my table name.
Please Help

Thanks & Regards 
Piyush

Hi
You can try -t '"TestTable"' or -t \"TestTable\"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux