Does a call to a language handler provide a context/session, and somewhere to keep session data?

Поиск
Список
Период
Сортировка
От
Тема Does a call to a language handler provide a context/session, and somewhere to keep session data?
Дата
Msg-id 003b01d17831$3e88fa30$bb9aee90$@andl.org
обсуждение исходный текст
Ответы Re: Does a call to a language handler provide a context/session, and somewhere to keep session data?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
Given that a language handler would be expected to be persistent, and to support concurrent (and reentrant) calls
withina single database, is there a unique context or session identifier available? 

Is there a place to store data, to be retrieved later in the same session?

Is there a place to store data (a cache?) that has been retrieved from the database for use by concurrent sessions
usingthat database? 

Regards
David M Bennett FACS

Andl - A New Database Language - andl.org




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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Subtract one array from another, both with non-unique elements
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Does a call to a language handler provide a context/session, and somewhere to keep session data?