check_postgres
check_postgres copied to clipboard
same_schema --exclude does not apply to schemas
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'.