Re: Correct syntex for implicit curor in for loops

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Correct syntex for implicit curor in for loops
Дата
Msg-id 200106211615.f5LGFvO02309@jupiter.us.greatbridge.com
обсуждение исходный текст
Ответ на Correct syntex for implicit curor in for loops  (Najm Hashmi <najm@mondo-live.com>)
Ответы Re: Correct syntex for implicit curor in for loops  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
Najm Hashmi wrote:
> Hi All, Could someone  please tell me the Correct syntex for implicit
> curor in FOR loops
> Thank  you in advance.
   If  you're  talking  about  the PL/pgSQL procedural language,   there is no (implicit  or  explicit)  cursor
support up  to   version 7.1.
 
   From  version 7.2 on PL/pgSQL will automatically use implicit   cursors in FOR loops and will support  explicit
cursors and   reference cursors that can be passed around between functions   and/or the main application.
 


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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

Предыдущее
От: Najm Hashmi
Дата:
Сообщение: Correct syntex for implicit curor in for loops
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Correct syntex for implicit curor in for loops