Re: Updatable cursor doubt

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Updatable cursor doubt
Дата
Msg-id 46DD1998.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на Re: Updatable cursor doubt  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: integrated tsearch has different results than tsearch2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tsearch filenames unlikes special symbols and numbers