diff options
author | glynastill | 2015-09-08 05:34:42 +0000 |
---|---|---|
committer | glyn | 2016-06-07 11:13:41 +0000 |
commit | 23fdf93b07c3e96cd626b3adea3420e44fd70d42 (patch) | |
tree | ce244e5986a913fa8ed150315ff531815339aad4 /check_postgres.pl | |
parent | dcb6455e00ca030241bdd35a260ee23ca9e615b8 (diff) |
Fix typo: missing comma in commit 2e07159c2ecca1bd42950121ccb2f6fad762e30a
Diffstat (limited to 'check_postgres.pl')
-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', '' ], ); |