Re: Practical Cursors

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: Practical Cursors
Дата
Msg-id Pine.BSO.4.10.10109172300040.31711-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Practical Cursors  ("Command Prompt, Inc." <pgsql-general@commandprompt.com>)
Список pgsql-general
On Mon, 17 Sep 2001, Command Prompt, Inc. wrote:

> However, using something like PHP will not allow this because HTTP is
> stateless and PostgreSQL will not know from one transaction to the next
> that the results of the connection are related.
>
> Is this truly the case, or is there a way for PostgreSQL to remember the
> connection identifier so that the next time a PHP connection is made with
> the same identifier a transaction can be completed?
Not currently. Cursor right now is a per-backend thing. A lot of changes
are needed to make cursors global. (particularly transaction-awareness)

-alex


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

Предыдущее
От: "Jeff Eckermann"
Дата:
Сообщение: Re: Left Joins
Следующее
От: Sam Tregar
Дата:
Сообщение: Re: Practical Cursors