Does/Can PG store administrative statistics?

From: reina(at)nsi(dot)edu (Tony Reina)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Does/Can PG store administrative statistics?
Date: 2001-07-23 22:37:54
Message-ID: f40d3195.0107231437.5e17973b@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'd like to have statistics on when my database was last backed up or
vacuumed. Currently, I'm implementing this by using simple shell
scripts that write a date stamp to ascii files. I was wondering
whether this is or could be a feature added to Postgres?

For example, could one of the pg_* tables contain the fields
'last_vacuum' or 'last_backup' (which would be updated every time the
vacuum or pg_dump command was executed).

Perhaps something like this exists that I'm unaware of?

-Tony

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-07-24 01:23:08 RE: Re: unique index doesn't accept functions on fields
Previous Message Steve Howe 2001-07-23 17:25:47 Re: Large queries - again...