Getting rows in statement-level triggers - Mailing list pgsql-general

From Artacus
Subject Getting rows in statement-level triggers
Date
Msg-id 48E590E0.5080401@comcast.net
Whole thread Raw
Responses Re: Getting rows in statement-level triggers  (Artacus <artacus@comcast.net>)
List pgsql-general
So the manual says there is no way for a statement-level trigger to
examine the row(s) modified by the statement.

Is there any way to get the xmin or cmin of the transaction that fired
the trigger? Or can I look up the last xid for a table some where?

pgsql-general by date:

Previous
From: "Gurjeet Singh"
Date:
Subject: Re: How do I save data and then raise an exception?
Next
From: Klint Gore
Date:
Subject: Re: How do I save data and then raise an exception?