Project

General

Profile

« Previous | Next » 

Revision 12474

schemas/util.sql: debug_print_sql(): use runnable_sql()

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(for_printing := true)||$$;
992
$$||$1||$$
991
$$||util.runnable_sql($1)||$$
993 992
$$||COALESCE(util.explain2notice_msg_if_can($1), ''))
994 993
$_$;
995 994

  

Also available in: Unified diff