On Sun, Dec 05, 2004 at 17:48:32 +0000,
Jake Stride <nsuk(at)users(dot)sourceforge(dot)net> wrote:
> Would this be a postgresql session? If so how do I go about accessing it
> from a query/setting the value of it? I have looked at set authorization
> but I don't think this is where I should be looking!
At the start of each session you use an insert or update to update
the table with the values using the session id (process id) as the key.
Your views can refer to this table and the session id to get the appropiate
value.