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