Exclude bdr data from dump

Поиск
Список
Период
Сортировка
От Roland van Laar
Тема Exclude bdr data from dump
Дата
Msg-id 5696B126.5000006@micite.net
обсуждение исходный текст
Ответы Re: Exclude bdr data from dump  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Hello,

I want to exclude all bdr data from a database dump.
My command is:

$ bdr_dump -Fp -h localhost -U postgres mydb -f /tmp/mydb.data
--data-only --exclude-table='bdr*

This results in bdr data being included.

Including only bdr results in an error:

$ bdr_dump -Fp -h localhost -U postgres mydb -f /tmp/mydb.data
--data-only --table='bdr*'
bdr_dump: No matching tables were found

Please help.

Roland



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_dump problem with dropped NOT NULL on child table
Следующее
От: jwiencek3@comcast.net
Дата:
Сообщение: Synchronous replication