Database Restore - time of last occurrence

From: smiley2211 <smiley2211(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Database Restore - time of last occurrence
Date: 2007-10-25 18:24:08
Message-ID: 13413046.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-admin by date

  From Date Subject
Next Message smiley2211 2007-10-25 18:31:46 Postgresql New login - password expiration???
Previous Message Teodor Sigaev 2007-10-25 18:05:45 Re: Problem with PITR Past Particular WAL File