Revision 12469
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/util.sql | ||
---|---|---|
988 | 988 |
/* newline before so the query starts at the beginning of the line. |
989 | 989 |
newline after to visually separate queries from one another. */ |
990 | 990 |
SELECT util.raise_notice($$ |
991 |
$$||util.mk_set_search_path()||$$; |
|
991 |
$$||util.mk_set_search_path(for_printing := true)||$$;
|
|
992 | 992 |
$$||$1||$$ |
993 | 993 |
$$||COALESCE(util.explain2notice_msg_if_can($1), '')) |
994 | 994 |
$_$; |
Also available in: Unified diff
schemas/util.sql: debug_print_sql(): util.mk_set_search_path(): use for_printing := true to comment out LOCAL