Fwd: [GENERAL] statement id

From: elein <elein(at)sbcglobal(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: elein(at)varlena(dot)com
Subject: Fwd: [GENERAL] statement id
Date: 2003-03-22 21:22:40
Message-ID: 200303222124.h2MLOSlK048140@pimout2-ext.prodigy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


No response on general to my sort of esoteric question...
Any info here on hackers?

--elein

---------- Forwarded Message ----------

Subject: [GENERAL] statement id
Date: Tue, 18 Mar 2003 19:03:35 -0800
From: elein <elein(at)sbcglobal(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: elein(at)varlena(dot)com

Is there any way to find out the statement context in a server function?
Is there anyway to find out the transaction context in a server function?

I have a plpython function I want to run and it can store data for the
context of a session. But I only want the memory to last the duration
of a statement or a transaction. It is not a trigger function which has
a transaction dictionary. If I knew the statement or transaction id I could
initialize the memory for multiple calls within the session.
Statement (subselect) level would be best as it would enable managing
data from several calls to the same function. Sort of.

If this were a C function, would it be easier to have this information?

thanks,

elein

--
-----------------------------------------------------------------------------
----------- elein(at)varlena(dot)com Database Consulting www.varlena.com
I have always depended on the [QA] of strangers.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

-------------------------------------------------------

--
----------------------------------------------------------------------------------------
elein(at)varlena(dot)com Database Consulting www.varlena.com
I have always depended on the [QA] of strangers.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-03-22 23:08:38 Re: A bad behavior under autocommit off mode
Previous Message Tom Lane 2003-03-22 20:06:54 Re: PQescapeBytea on Win32