michaelsogos / pg-diff

PostgreSQL schema and data comparing tool
MIT License
171 stars 17 forks source link

Question: Snapshot database schema with a file? Filter for a list of tables? #29

Open lknaubkonrad opened 4 years ago

lknaubkonrad commented 4 years ago

Does pg-diff allow for filtering for a list of tables in a schema to perform schema compare for? Does it support filtering for a list of schemas i.e. schema1.employee?

Does pg-diff enable snapshotting a schema to a file and using this file as in input to schema compare?

michaelsogos commented 4 years ago

Dear @lknaubkonrad

Actually it doesn't allow both list of object to be compared or making a list of existing object snapshot.

For the first requirement I can starts to working on that, but it will be integrated as parts of config file. About make an external file as snapshot I need to evaluate its value for the project.