Re: Micro doc patch (plpgsql)

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

On Tue, Dec 26, 2006 at 01:10:03PM +0100, Joachim Wieland wrote:
> 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.

Oops. Sorry about that :)

Cheers,
D
>
>
> > > -BEGIN;
> > > +BEGIN
>
>
> Joachim

--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter

Remember to vote!

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-12-26 15:59:01 Win32 WEXITSTATUS too simplistic
Previous Message Joachim Wieland 2006-12-26 12:10:03 Re: Micro doc patch (plpgsql)