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

前端 未结 5 2003
我寻月下人不归
我寻月下人不归 2021-02-01 05:52

I am working with a postgreSQL database that gets updated in batches. I need to know when the last time that the database (or a table in the database)has been updated or modifie

5条回答
  •  暖寄归人
    2021-02-01 06:28

    See the following article:

    MySQL versus PostgreSQL: Adding a 'Last Modified Time' Column to a Table http://www.pointbeing.net/weblog/2008/03/mysql-versus-postgresql-adding-a-last-modified-column-to-a-table.html

提交回复
热议问题