Re: Action Table of postgresql - Mailing list pgsql-general

From Tom Lane
Subject Re: Action Table of postgresql
Date
Msg-id 29790.1149690777@sss.pgh.pa.us
Whole thread Raw
In response to Action Table of postgresql  ("Claudio Tognolo" <claudio.tognolo@gmail.com>)
List pgsql-general
"Claudio Tognolo" <claudio.tognolo@gmail.com> writes:
> it's possible to read the  list of the tables modified during the
> transaction?

No, because there is no such list.

Depending on what you want to do, looking at your own transaction's
locks in pg_locks might be a workable substitute.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem with 'postgres' db with 8.0 on a MacBook
Next
From: Tony Caduto
Date:
Subject: Re: Import Data from MS SQL Server