Does a call to a language handler provide a context/session, and somewhere to keep session data? - Mailing list pgsql-general

From
Subject Does a call to a language handler provide a context/session, and somewhere to keep session data?
Date
Msg-id 003b01d17831$3e88fa30$bb9aee90$@andl.org
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Subtract one array from another, both with non-unique elements
Next
From: "David G. Johnston"
Date:
Subject: Re: Does a call to a language handler provide a context/session, and somewhere to keep session data?