Postgres dump of only parts of tables for a dev snapshot On production our database is a few hundred gigabytes in size. For development and testing, we need to create snapshots of this database that are functionally equivalent, but which are only 10 or 20 gigs in size. The challenge is that the data for our business entities are scattered across many tables. We want to create some sort of filter..