check_postgres icon indicating copy to clipboard operation
check_postgres copied to clipboard

same_schema --exclude does not apply to schemas

Open phinjensen opened this issue 12 years ago • 0 comments

ID: 74 Version: unspecified Date: 2011-04-19 08:23 EDT Author: Peter Eisentraut ([email protected])


The --exclude option when used with the same_schema check does not apply when comparing schemas, and a few other things such as user and languages, because $opt{exclude} isn't looked at there, even though the documentation makes no such distinction. You can exclude these things separately, using noschema=foo etc., but it would be convenient, say, to exclude an entire schema and contents using --exclude='^foo'.

phinjensen avatar Jun 19 '13 21:06 phinjensen