On fre, 2012-02-17 at 13:22 +0000, Thom Brown wrote:
> So instead of
>
> CREATE TRIGGER...
> EXECUTE PROCEDURE functioname();
>
> you'd have:
>
> CREATE TRIGGER...
> DO $$
> ...
> $$;
I had wished for this many times and was about to propose something
similar.
We might wish to review the SQL standard and other implementations to
make porting triggers a bit easier too.
Also, whatever ALTER functionality functions have would have to be made
available here as well.