Storing session-local data

From: Elijah Epifanov <lists(at)xmart(dot)ws>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Storing session-local data
Date: 2006-12-01 08:25:25
Message-ID: 456FE6F5.1030100@xmart.ws
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-12-01 08:42:23 Re: FOR SHARE vs FOR UPDATE locks
Previous Message Tom Lane 2006-12-01 07:46:59 Re: FOR SHARE vs FOR UPDATE locks