Does/Can PG store administrative statistics?

Поиск
Список
Период
Сортировка
От reina@nsi.edu (Tony Reina)
Тема Does/Can PG store administrative statistics?
Дата
Msg-id f40d3195.0107231437.5e17973b@posting.google.com
обсуждение исходный текст
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Steve Howe"
Дата:
Сообщение: Re: Large queries - again...
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: RE: Re: unique index doesn't accept functions on fields