Re: Practical Cursors

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

> 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?

Anything is possible - you could write a server process that associates
cursors with session IDs and then have your PHP app make requests through
the server.  Would it be a good idea?  Probably not.  Would it qualify as
"practical postgres" usage?  Definitely not!  I'd call it an impractical
idea that might be possible through a lot of hard work.

-sam


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

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: Practical Cursors
Следующее
От: "Karen Ellrick"
Дата:
Сообщение: Second byte of multibyte characters causing trouble