Re: status of CURSORs after DISCONNECT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: status of CURSORs after DISCONNECT
Дата
Msg-id 31445.1574953130@sss.pgh.pa.us
обсуждение исходный текст
Ответ на status of CURSORs after DISCONNECT  (Matthias Apitz <guru@unixarea.de>)
Список pgsql-general
Matthias Apitz <guru@unixarea.de> writes:
> When an ESQL/C written process issues a
> EXEC SQL DISCONNECT [connection];
> do the opened CURSOR(s) still survive?

No.  Cursors are purely session-local objects in Postgres.
I'm a bit surprised to hear it might be different in Sybase.

            regards, tom lane



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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Re: Postgres Full Text Search Jsonb Array column does notsearch for first row
Следующее
От: George Neuner
Дата:
Сообщение: Re: status of CURSORs after DISCONNECT