Exclude bdr data from dump - Mailing list pgsql-general

From Roland van Laar
Subject Exclude bdr data from dump
Date
Msg-id 5696B126.5000006@micite.net
Whole thread Raw
Responses Re: Exclude bdr data from dump
List 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 by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: pg_dump problem with dropped NOT NULL on child table
Next
From: jwiencek3@comcast.net
Date:
Subject: Synchronous replication