Project

General

Profile

« Previous | Next » 

Revision 12459

schemas/util.sql: explain(): don't debug-print the EXPLAIN, to avoid cluttering up the debug output

View differences:

trunk/schemas/util.sql
1432 1432
CREATE FUNCTION explain(sql text) RETURNS SETOF text
1433 1433
    LANGUAGE sql
1434 1434
    AS $_$
1435
SELECT util.eval2set($$EXPLAIN $$||$1)
1435
SELECT util.eval2set($$EXPLAIN $$||$1, verbose_ := false)
1436 1436
$_$;
1437 1437

  
1438 1438

  

Also available in: Unified diff