Re: [ADMIN] last insert/update for a table

2010-01-21 Thread Kevin Grittner
Kevin Kempter wrote: > is there a system catalog query or function that will show me the > last time an insert or update occurred for a specified table ? That would be rather expensive to maintain. You could almost count on looking at the timestamps on the underlying files, except that vario

[ADMIN] last insert/update for a table

2010-01-20 Thread Kevin Kempter
Hi all; is there a system catalog query or function that will show me the last time an insert or update occurred for a specified table ? Thanks in advance -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref