Project

General

Profile

« Previous | Next » 

Revision 12465

schemas/util.sql: debug_print_sql(): include the search_path in case the query contains search_path-dependent elements (such as operators)

View differences:

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 992
$$||$1||$$
992 993
$$||COALESCE(util.explain2notice_msg_if_can($1), ''))
993 994
$_$;

Also available in: Unified diff