tags:

views:

53

answers:

0

Possible Duplicate:
How do I find the last time that a PostgreSQL database has been updated?

I need to be able to determine when the last time a database table was modified. I have seen the usage of sys.dm_db_index_usage_stats and last_user_update but this is not available in PostgreSQL. Is there similar functionality in PostgreSQL?