Re: Date/time of last commit

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Date/time of last commit
Дата
Msg-id 49B4C123.9060205@archonet.com
обсуждение исходный текст
Ответ на Date/time of last commit  (Tom Spencer <tspencer9@gmail.com>)
Список pgsql-general
Tom Spencer wrote:
> I need to compare the age of some data files against the "age" (i.e.
> time of last commit) of the database.  If the data files are newer
> then the database needs to be rebuilt.
>
> I can kludge together a solution but by far the cleanest solution
> would be to just ask "what time was the last commit?"

Only so long as nothing else updates a table. Which would mean not
running autovacuum etc.

Simplest solution would be to have an "import_events" table and just add
a row to that every time you import.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Mark Mandel
Дата:
Сообщение: Re: Random Deadlock on DROP CONSTRAINT
Следующее
От: Scara Maccai
Дата:
Сообщение: Matching dimensions in arrays