postgresql/src/interfaces
Tom Lane 9048b73184 Implement the DO statement to support execution of PL code without having
to create a function for it.

Procedural languages now have an additional entry point, namely a function
to execute an inline code block.  This seemed a better design than trying
to hide the transient-ness of the code from the PL.  As of this patch, only
plpgsql has an inline handler, but probably people will soon write handlers
for the other standard PLs.

In passing, remove the long-dead LANCOMPILER option of CREATE LANGUAGE.

Petr Jelinek
2009-09-22 23:43:43 +00:00
..
ecpg Implement the DO statement to support execution of PL code without having 2009-09-22 23:43:43 +00:00
libpq Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00