pg_dump : no tables were found.

Поиск
Список
Период
Сортировка
От Piyush Lenka
Тема pg_dump : no tables were found.
Дата
Msg-id CAFOD=KDDo4GWB43JvJ4S+ht_V0oGr0gQNRg6=X_FmyDRrZ1q0Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_dump : no tables were found.
Список pgsql-admin
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

В списке pgsql-admin по дате отправления:

Предыдущее
От: davidh
Дата:
Сообщение: Re: Restoring selected records from backup file
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: pg_dump : no tables were found.