Re: How to know a table has been modified? - Mailing list pgsql-hackers

From Pavan Deolasee
Subject Re: How to know a table has been modified?
Date
Msg-id CABOikdP01CiA6Fc8NL7CFKyq6CmVYf1EEKRtk=3-+ShQ8eoOEw@mail.gmail.com
Whole thread Raw
In response to Re: How to know a table has been modified?  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: How to know a table has been modified?  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers


On Mon, Feb 27, 2012 at 9:35 PM, Tatsuo Ishii <ishii@postgresql.org> wrote:
Are you suggesting log_statement? I don't think it's a solution by
following reasons:

1) it's slow to enable that on busy systems
2) tables affected by cascading delete/update/drop is not logged in
  PostgreSQL log


Would looking into currently held locks help ? You might get some false positive because the transaction may have acquired a lock, but did not do any modification. But if you can live with that, it might be worth considering.
 
Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgstat documentation tables
Next
From: Greg Smith
Date:
Subject: Re: pgstat documentation tables