Re: [HACKERS] Getting current transaction id

2006-07-27 Thread Nicolai Petri
On Tuesday 25 July 2006 22:05, Marko Kreen wrote: > On 7/24/06, Nicolai Petri <[EMAIL PROTECTED]> wrote: > > I'm in the need for my custom written replication engine to obtain the > > current transaction id from a trigger function. As far as I'm told it's > > not possible today. Would people objec

Re: [HACKERS] Getting current transaction id

2006-07-25 Thread Marko Kreen
On 7/24/06, Nicolai Petri <[EMAIL PROTECTED]> wrote: I'm in the need for my custom written replication engine to obtain the current transaction id from a trigger function. As far as I'm told it's not possible today. Would people object much if this functionality was added for 8.2 ? It's the last

[HACKERS] Getting current transaction id

2006-07-24 Thread Nicolai Petri
Hello all I'm in the need for my custom written replication engine to obtain the current transaction id from a trigger function. As far as I'm told it's not possible today. Would people object much if this functionality was added for 8.2 ? It's the last piece of postgresql C code I have left in