Re: Micro doc patch (plpgsql) - Mailing list pgsql-patches

From Joachim Wieland
Subject Re: Micro doc patch (plpgsql)
Date
Msg-id 16ee3a8df24cf0d01ce48f707e3bd61a@
Whole thread Raw
In response to Re: Micro doc patch (plpgsql)  (David Fetter <david@fetter.org>)
Responses Re: Micro doc patch (plpgsql)
List pgsql-patches
On December 26, 5:19 am David Fetter <david@fetter.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

pgsql-patches by date:

Previous
From: David Fetter
Date:
Subject: Re: Micro doc patch (plpgsql)
Next
From: David Fetter
Date:
Subject: Re: Micro doc patch (plpgsql)