Re: Micro doc patch (plpgsql)

From: "Joachim Wieland" <joe(at)mcknight(dot)de>
To: "David Fetter" <david(at)fetter(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Micro doc patch (plpgsql)
Date: 2006-12-26 12:10:03
Message-ID: 16ee3a8df24cf0d01ce48f707e3bd61a@
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2006-12-26 13:04:15 Re: Micro doc patch (plpgsql)
Previous Message ITAGAKI Takahiro 2006-12-26 09:58:26 Re: Load distributed checkpoint