summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorglynastill2015-09-08 05:34:42 +0000
committerglyn2016-06-07 11:13:41 +0000
commit23fdf93b07c3e96cd626b3adea3420e44fd70d42 (patch)
treece244e5986a913fa8ed150315ff531815339aad4 /check_postgres.pl
parentdcb6455e00ca030241bdd35a260ee23ca9e615b8 (diff)
Fix typo: missing comma in commit 2e07159c2ecca1bd42950121ccb2f6fad762e30a
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
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', '' ],
);