Database Restore - time of last occurrence - Mailing list pgsql-admin

From smiley2211
Subject Database Restore - time of last occurrence
Date
Msg-id 13413046.post@talk.nabble.com
Whole thread Raw
List pgsql-admin
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.
--
View this message in context: http://www.nabble.com/Database-Restore---time-of-last-occurrence-tf4692718.html#a13413046
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


pgsql-admin by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: Problem with PITR Past Particular WAL File
Next
From: smiley2211
Date:
Subject: Postgresql New login - password expiration???