Re: Discovering time of last database write - Mailing list pgsql-general

From Michael Nolan
Subject Re: Discovering time of last database write
Date
Msg-id 4abad0eb0701080854u6532934asfe995418f8771fcb@mail.gmail.com
Whole thread Raw
In response to Re: Discovering time of last database write  ("Andy Dale" <andy.dale@gmail.com>)
List pgsql-general
On several occasions I have thought that each row in a table should have a SYSTEM COLUMN which gave the timestamp of the last update of that row.  This could get a bit expensive on space and in some cases might be redundant with (or have a slightly different value from) a user-maintained timestamp field.

I have also thought that each table should have values for:

Last DDL
Last Insert
Last Update
Last Delete
--
Mike Nolan

pgsql-general by date:

Previous
From: "Thomas F. O'Connell"
Date:
Subject: Re: More activity in pg_stat_activity
Next
From: Erik Jones
Date:
Subject: Re: More activity in pg_stat_activity