Re: Transaction IDs not the same in same transaction? - Mailing list pgsql-general

From Steve V
Subject Re: Transaction IDs not the same in same transaction?
Date
Msg-id 58cabeec0510231400w7e3d2d2fvcad76c91e1cd895b@mail.gmail.com
Whole thread Raw
In response to Re: Transaction IDs not the same in same transaction?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Transaction IDs not the same in same transaction?  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
> Ah, you had not even mentioned that the trigger was in pltcl.
> spi_exec runs everything in subtransactions as of 8.0, so that
> it can catch errors and propagate them back as Tcl errors.

Okay, so are there any possible options? Would GetTopTransactionId()
work, as Michael suggested further up?

Thanks,
Steve

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Recovery after server crash
Next
From: Michael Fuhr
Date:
Subject: Re: Transaction IDs not the same in same transaction?