Re: Updatable cursor doubt - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Updatable cursor doubt
Date
Msg-id 46DD1998.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Re: Updatable cursor doubt  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-hackers
>>> On Tue, Sep 4, 2007 at  4:16 AM, in message
<46DD226F.7060602@enterprisedb.com>, "Heikki Linnakangas"
<heikki@enterprisedb.com> wrote:
>
> FOR READ ONLY is actually part of the SELECT syntax.        13.1  <declare cursor>
        Function
        Define a cursor.
        Format
        <declare cursor> ::=             DECLARE <cursor name> [ INSENSITIVE ] [ SCROLL ] CURSOR               FOR
<cursorspecification> 
        <cursor specification> ::=             <query expression> [ <order by clause> ]               [ <updatability
clause>] 
        <updatability clause> ::=             FOR { READ ONLY | UPDATE [ OF <column name list> ] }




pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: integrated tsearch has different results than tsearch2
Next
From: Tom Lane
Date:
Subject: Re: tsearch filenames unlikes special symbols and numbers