Commit 5e31c777 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed PostgreSQL 9.x upgrade isssue

parent 4d98fe12
......@@ -42,7 +42,7 @@
<fullquery name="constraints">
<querytext>
select tgconstrname::text from pg_trigger
select conname from pg_constraint
</querytext>
</fullquery>
......
......@@ -67,7 +67,7 @@ set workflow_cases_table [wf_make_unique -maxlen 30 \
$workflow_key "_cases"]
set workflow_cases_constraint [wf_make_unique -maxlen 30 \
-taken_names [db_list constraints "select constraint_name from user_constraints"] \
-taken_names [db_list constraints ""] \
$workflow_cases_table "_case_fk"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment