AW: PL/pgSQL CURSOR support

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: PL/pgSQL CURSOR support
Дата
Msg-id 11C1E6749A55D411A9670001FA6879633682EA@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: AW: PL/pgSQL CURSOR support  (Jan Wieck <JanWieck@Yahoo.com>)
RE: PL/pgSQL CURSOR support  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
>       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


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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: AW: Plans for solving the VACUUM problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: DROP CONSTRAINT patch