PostgreSQL Tools – Exclude Tables from Jailer Export

postgresqltools

As seen in this answer I can use jailer in order to export a subset of data into an SQL script.

But in my case I also want to exclude some tables completely from being extracted at all especially on tables relating on the table that I want to extract.

So how I can exclude the unwanted tables?

Best Answer

Disable all associations to these unwanted tables. (Alternatively, but not recommended: remove the unwanted tables from the data model)