Stored Procs / Transaction IDs - Mailing list pgsql-hackers

From Brian
Subject Stored Procs / Transaction IDs
Date
Msg-id Pine.LNX.4.50.0305281341070.3473-100000@lyra
Whole thread Raw
In response to Re: RBLs ... I'm tired of spam ...  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
Is it possible to get the transaction ID of the transaction a trigger
fired on from plpgsql?

I see in postgresql/contrib/dbmirror/pending.c a C based stored procedure
that is accessing this information. I can't find anything in the online
docs for accessing the xid from plpgsql.


Brian Knox
brian@mail.pantalaimon.net




pgsql-hackers by date:

Previous
From: Srikanth M
Date:
Subject: DATA-CUBE in Postgresql.
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Sequence usage patch