Re: PL/pgSQL CURSOR support

Поиск
Список
Период
Сортировка
От Sergey E. Volkov
Тема Re: PL/pgSQL CURSOR support
Дата
Msg-id 9edf1j$2fpb$1@news.tht.net
обсуждение исходный текст
Ответ на AW: PL/pgSQL CURSOR support  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
Definitely it's  Oracle's syntax.

"Zeugswetter Andreas SB " <ZeugswetterA@wien.spardat.at> �������/�������� �
�������� ���������:
news:11C1E6749A55D411A9670001FA6879633682EA@sdexcsrv1.f000.d0188.sd.spardat.
at...
>
> >       Explicit cursor can be declared as:
> >
> >           DECLARE
> >               ...
> >               curname CURSOR [(argname type [, ...])]
> >                       IS <select_stmt>;
>
> In esql you would have FOR instead of IS.
>
> DECLARE curname CURSOR ... FOR ....
>
> Thus the question, where is the syntax from ?
> There seems to be a standard for "the" SQL stored procedure language:
>
> "Persistent Stored Module definition of the ANSI SQL99 standard" (quote
from DB/2)
> Anybody know this ?
>
> Andreas
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: OpenOffice compile
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: I don't understand...