diff options
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index e29501558..4de0d414f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -6756,7 +6756,7 @@ sub check_same_schema { indexprs,indcheckxmin,reltablespace, indkey', '' ], [trigger => 'tgqual,tgconstraint', '' ], - [constraint => 'conbin,conindid,conkey,confkey + [constraint => 'conbin,conindid,conkey,confkey, confmatchtype', '' ], [column => 'atttypid,attnum,attbyval,attndims', '' ], ); |