Project

General

Profile

« Previous | Next » 

Revision 13641

schemas/util.sql: eval(): restore user's intent by running util.view_def_to_orig() on the query to unexpand expanded * expressions

View differences:

util.sql
1558 1558
    LANGUAGE plpgsql
1559 1559
    AS $$
1560 1560
BEGIN
1561
	sql = util.view_def_to_orig(sql); -- restore user's intent
1561 1562
	IF verbose_ THEN PERFORM util.debug_print_sql(sql); END IF;
1562 1563
	EXECUTE sql;
1563 1564
END;

Also available in: Unified diff