« Return to Thread: Database Restore - time of last occurrence

Database Restore - time of last occurrence

by smiley2211 :: Rate this Message:

Reply to Author | View in Thread

Hello all,

Is there a way to tell when was the LAST time a database was restored?  I checked the pg_database system table but I'm not sure what 'datfrozenxid' means or if it means anything????

SELECT datname, age(datfrozenxid) FROM pg_database;

Thanks...Michelle.

 « Return to Thread: Database Restore - time of last occurrence