Re: Cursor Not Found

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cursor Not Found
Дата
Msg-id 22144.1073281838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cursor Not Found  (Lynn.Tilby@asu.edu)
Список pgsql-general
Lynn.Tilby@asu.edu writes:
> I have an embedded sql program with a while loop. I declare
> and open a cursor before the while. The fetch forward next
> is inside the while.  The first time through the while
> the cursor works perfectly the second time I get the error:

> sql error PerformPortalFetch: portal "foo_crsr" not found

Sounds like you need to hold a transaction open (BEGIN/END block)
around your use of the cursor.

            regards, tom lane

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Is my MySQL Gaining ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: why the need for is null?