On December 26, 5:19 am David Fetter <david(at)fetter(dot)org> wrote:
> It doesn't need the semicolon. PL/PgSQL's BEGIN is different from
> SQL's. :)
Exactly. Note that my patch _removes_ the semicolon. If you put it in a
plpgsql function definition as in the example from the docs you get a
syntax error.
> > -BEGIN;
> > +BEGIN
Joachim