Open nsaud01 opened 2 years ago
Not possible in the current release.
Hi @nsaud01 ! Thank you for your suggestion. I keep your issue open since it could be considered an interesting feature for a future release.
This is now possible thanks to https://github.com/rap2hpoutre/pg-anonymizer/pull/26
Just append -T table_name
to exclude the table from the dump.
How do I exclude multiple tables? I tried separating them with a comma, but it threw a
pg_dump command error: pg_dump:
How do I exclude multiple tables? I tried separating them with a comma, but it threw a
pg_dump command error: pg_dump:
You can send multiple arguments: pg_dump [db] -T [table1] -T [table2]
Is it possible to exclude certain tables from being included in the dump?