Revision 12455
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/util.sql | ||
---|---|---|
989 | 989 |
newline after to visually separate queries from one another. */ |
990 | 990 |
SELECT util.raise_notice($$ |
991 | 991 |
$$||$1||$$ |
992 |
|
|
993 |
$$||COALESCE(util.explain2notice_msg_if_can($1), '')||$$
|
|
994 |
$$) |
|
992 |
$$||COALESCE($$ |
|
993 |
$$||util.explain2notice_msg_if_can($1)||$$
|
|
994 |
$$, ''))
|
|
995 | 995 |
$_$; |
996 | 996 |
|
997 | 997 |
|
Also available in: Unified diff
fix: schemas/util.sql: debug_print_sql(): only surround EXPLAIN output with newlines if there is any