postgresql/src/pl
Tom Lane 9676b01028 Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.
Aside from being more forgiving, this prevents a rather surprising misbehavior
when the "wrong" order was used: the old code didn't throw a syntax error,
but absorbed the INTO clause into the last USING expression, which then did
strange things downstream.

Intentionally not changing the documentation; we'll continue to advertise
only the "standard" clause order.

Backpatch to 8.4, where the USING clause was added to EXECUTE.
2010-08-19 18:57:57 +00:00
..
plperl Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
plpgsql Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. 2010-08-19 18:57:57 +00:00
plpython Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
tcl Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00