Project

General

Profile

« Previous | Next » 

Revision 13449

fix: schemas/util.sql: debug_print_value(): added trailing newline to visually distinguish the printed value

View differences:

trunk/schemas/util.sql
1108 1108
    LANGUAGE sql IMMUTABLE
1109 1109
    AS $_$
1110 1110
SELECT util.raise('NOTICE', concat($1,
1111
(CASE WHEN $3 THEN util.quote_typed($2) ELSE $2::text END)))
1111
(CASE WHEN $3 THEN util.quote_typed($2) ELSE $2::text END))||$$
1112
$$)
1112 1113
$_$;
1113 1114

  
1114 1115

  

Also available in: Unified diff