Storing session-local data - Mailing list pgsql-hackers

From Elijah Epifanov
Subject Storing session-local data
Date
Msg-id 456FE6F5.1030100@xmart.ws
Whole thread Raw
Responses Re: Storing session-local data  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-hackers
Hi guys.

How can I store session-local data in an efficient way (I need to store
every primary key/oid value for every changed row using triggers)??

I tried to use session-local temporary table, but it doesn't work with
PREPARE TRANSACTION...

Any ideas?



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: FOR SHARE vs FOR UPDATE locks
Next
From: "Simon Riggs"
Date:
Subject: Re: FOR SHARE vs FOR UPDATE locks