Revision 14239
Added by Aaron Marcuse-Kubitza over 10 years ago
util.sql | ||
---|---|---|
977 | 977 |
WHEN SQLSTATE 'ROLBK' THEN NULL; |
978 | 978 |
END; |
979 | 979 |
|
980 |
RETURN result;
|
|
980 |
RETURN util.debug_print_return_value(result);
|
|
981 | 981 |
END; |
982 | 982 |
$$; |
983 | 983 |
|
Also available in: Unified diff
schemas/util.sql: check_constraint_canon_sql(): use util.debug_print_return_value() to assist debugging