Project

General

Profile

« Previous | Next » 

Revision 12455

fix: schemas/util.sql: debug_print_sql(): only surround EXPLAIN output with newlines if there is any

View differences:

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