Re: please! SPI_finish is strange

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: please! SPI_finish is strange
Дата
Msg-id 14827.1187231501@sss.pgh.pa.us
обсуждение исходный текст
Ответ на please! SPI_finish is strange  ("서기석"<akbar@korea.com>)
Список pgsql-general
"=?EUC-KR?B?vK2x4ryu?="<akbar@korea.com> writes:
> <P>Please help me to solve the problem.(Sorry, I'm not good at english speeking)</P>

This code has no chance of working --- you cannot hold an SPI context
open across multiple calls to an SRF.  Run the SPI query to completion
during the FIRSTCALL setup, and stash the results someplace safe.

            regards, tom lane

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

Предыдущее
От: "D. Dante Lorenso"
Дата:
Сообщение: Re: SELECT ... FOR UPDATE performance costs? alternatives?
Следующее
От: Steve Manes
Дата:
Сообщение: Re: Writing most code in Stored Procedures