Re: cursor in plpgsql

Поиск
Список
Период
Сортировка
От wieck@debis.com (Jan Wieck)
Тема Re: cursor in plpgsql
Дата
Msg-id m12cPH7-0003l8C@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на cursor in plpgsql  ("Grigoriy G. Vovk" <vovk@sled.rpa.ryazan.su>)
Список pgsql-general
[Charset koi8-r unsupported, filtering to ASCII...]
> Sorry for my bad english!
>
> Can I use "DECLARE CURSOR" in plpgsql function?

    No,  it's  impossible and yes, that's bad because the backend
    has to load the entire result set into memory.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #



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

Предыдущее
От: Jim Richards
Дата:
Сообщение: Re: SELECT speed with LIKE
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: Re: How to speed up commits?