BUG #5712: pg_dump for one table specified schema

Поиск
Список
Период
Сортировка
От Ionut Berlea
Тема BUG #5712: pg_dump for one table specified schema
Дата
Msg-id 201010160931.o9G9VUS8050941@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5712: pg_dump for one table specified schema
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5712
Logged by:          Ionut Berlea
Email address:      ionutberlea@gmail.com
PostgreSQL version: 9.0
Operating system:   Windows 7
Description:        pg_dump for one table specified schema
Details:

Hi,

I try to pg_dump one table with folowing options :

c:\Program Files\PostgreSQL\9.0\bin>pg_dump -i -h localhost -p 5432 -U
postgres
-F c -v -f "c:\Users\Ionut\Desktop\test.sql" -b -t
"\"OneConta\"."OC0000000000\"
.\"Documente\"" postgres
pg_dump: No matching tables were found
pg_dump: *** aborted because of error

I want to backup the table Documente from Schema OC0000000000 from dbname
OneConta to test.sql file.Also with -b to add large objects in that file.

What will be the right sintax

Thank you

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: problem with glibc strerror messages translation
Следующее
От: "Ionut Berlea"
Дата:
Сообщение: BUG #5713: lo_export