eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compare only specific schema

grandegoiania opened this issue · comments

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

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

exclude-schema = tmp*

would be very usefull to have such feature

Commit 7214841 added options to filter by schemas.