eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
388 stars 42 forks source link

compare only specific schema #38

Closed grandegoiania closed 4 years ago

grandegoiania commented 6 years ago

It would be great to add the functionality to compare only a specific schema.

hyperknot commented 4 years ago

Also, it'd be great to exclude specific schemas from comparison. Best would be support for something like

exclude-schema = tmp*
banek13 commented 4 years ago

would be very usefull to have such feature

eulerto commented 4 years ago

Commit 72148419a1c3efc5996af004ab83b05ae392c5c9 added options to filter by schemas.