>>> On Tue, Sep 4, 2007 at 4:16 AM, in message
<[EMAIL PROTECTED]>, "Heikki Linnakangas"
<[EMAIL PROTECTED]> 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 <cursor specification>
<cursor specification> ::=
<query expression> [ <order by clause> ]
[ <updatability clause> ]
<updatability clause> ::=
FOR { READ ONLY | UPDATE [ OF <column name list> ] }
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster