Re: Persistent data per connection

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Persistent data per connection
Дата
Msg-id 25311.1111769416@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Persistent data per connection  (Jeff Amiel <jamiel@istreamimaging.com>)
Ответы Re: Persistent data per connection  (Jeff Amiel <jamiel@istreamimaging.com>)
Список pgsql-general
Jeff Amiel <jamiel@istreamimaging.com> writes:
> We've been struggling for several days now to come up with a mechanism
> that allows us to establish a mechanism to store data that remains
> persistent for the life of the connection.

Why don't you just store it in a temporary table?  Goes away at
connection drop by definition ... and each connection can use the same
name for the temp table, so coding is easy.

            regards, tom lane

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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: [ANNOUNCE] Manitou-Mail
Следующее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Referential integrity using constant in foreign key