Link to home
Start Free TrialLog in
Avatar of rgbcof
rgbcof

asked on

postges, how to get time when the table was last updated

How to get the time of when a particular table was last updated, had row inserted, or row deleted?
ASKER CERTIFIED SOLUTION
Avatar of elimesika
elimesika
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgbcof
rgbcof

ASKER

I looked for it too, but couldn't find any.  Thanks for your confirmation. I did find add, update, and delete count statistic for each table, so I can use those.