plpgsql cursors : dynamic or static?

Поиск
Список
Период
Сортировка
От Ludwig Lim
Тема plpgsql cursors : dynamic or static?
Дата
Msg-id 20021023172118.20960.qmail@web80312.mail.yahoo.com
обсуждение исходный текст
Ответы Re: plpgsql cursors : dynamic or static?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-sql
Hi:
 Are cursors in plpgsql dynamic or static?
 For example :
 ... /* some code */ FOR rec in   SELECT f1,f2               FROM table1 WHERE .... LOOP
   /* some codes that manipulate table1 */ END LOOP;
 Do the result set pointed to by the cursor remains
the same even if performed some data manipulation
inside the FOR..LOOP?

Thank you in advance,

ludwig.



__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com


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

Предыдущее
От: andres javier garcia garcia
Дата:
Сообщение: odbc drivers
Следующее
От: "jasiek"
Дата:
Сообщение: Re: odbc drivers