Re: error in oracle to plpgsql documentation ?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: Marc Cousin <cousinmarc(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: error in oracle to plpgsql documentation ?
Date: 2010-07-27 20:02:47
Message-ID: AANLkTin7fuo-qrEcqB7v1=VpmTqb17AgkwcxT6zpUNhW@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Jul 21, 2010 at 1:07 PM, Kevin Grittner
<Kevin(dot)Grittner(at)wicourts(dot)gov> wrote:
> Marc Cousin <cousinmarc(at)gmail(dot)com> wrote:
>
>> DECLARE
>>     CURSOR referrer_keys IS
>
>> I guess it should be
>>
>> DECLARE
>>     referrer_keys CURSOR IS
>
>> If I'm right, a patch is attached (the code works with the
>> correction)
>
> The patch looks correct to me.

Committed. I back-patched this as far as 8.4 so that the web site
docs will get updated, but it didn't seem important enough to go back
further.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message mark 2010-07-27 21:11:46 9.0 release doc
Previous Message Peter Eisentraut 2010-07-26 20:15:04 Re: Another change to the same section once again to facilitate copying and pasting