Re: Last insert/update/delete time for a table - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: Last insert/update/delete time for a table
Date
Msg-id 20080425130148.GB19447@crankycanuck.ca
Whole thread Raw
In response to Last insert/update/delete time for a table  (Aleksander Kmetec - INTERA <aleksander.kmetec@intera.si>)
List pgsql-general
On Fri, Apr 25, 2008 at 02:14:17PM +0200, Aleksander Kmetec - INTERA wrote:
> Is there a way to get the time of the last insert, update or delete
> statement for a specific table?

Only if you put a trigger on each table to collect that information.

A


pgsql-general by date:

Previous
From: "Roberts, Jon"
Date:
Subject: pg_version is missing
Next
From: Richard Huxton
Date:
Subject: Re: Last insert/update/delete time for a table