Re: error in oracle to plpgsql documentation ?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Marc Cousin" <cousinmarc(at)gmail(dot)com>,<pgsql-docs(at)postgresql(dot)org>
Subject: Re: error in oracle to plpgsql documentation ?
Date: 2010-07-21 17:07:09
Message-ID: 4C46E2ED0200002500033AAD@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.

-Kevin

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2010-07-21 19:32:45 Re: Please provide stable target anchors
Previous Message Greg Smith 2010-07-21 14:59:53 Re: Using more tha one index per table