Re: [PATCHES] pl/pgsql dump tree cleanup

2005-06-13 Thread Neil Conway
Neil Conway wrote: This makes a few improvements to PL/PgSQL's ability to dump the parse tree of a compiled function Applied. -Neil ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[PATCHES] pl/pgsql dump tree cleanup

2005-06-12 Thread Neil Conway
This makes a few improvements to PL/PgSQL's ability to dump the parse tree of a compiled function (via #option dump, which is currently undocumented): - functions - function's - dump INTO target for EXECUTE - don't dump ELSE clause for IF statements if the ELSE is empty (since we have an