Re: Time of previous REINDEX execution..

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Time of previous REINDEX execution..
Дата
Msg-id 1178647004.24902.32.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Time of previous REINDEX execution..  ("Anoo Pillai" <anoo.postgresql@gmail.com>)
Список pgsql-general
On Tue, 2007-05-08 at 13:21 +0100, Anoo Pillai wrote:
> Hi,
>
> How to get the time at which the previous REINDEX command was run?
>

I don't think that information is explicitly stored. You can log
statements like that and that might help in the future.

If you really need to know, a REINDEX changes the relfilenode, so you
can see the creation time of the file in the data directory
corresponding to the current indexes of the table. That will probably be
the last time REINDEX was run.

Does that help?

Regards,
    Jeff Davis


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: PG on Debian 4.0.x ?
Следующее
От: "Austin Winstanley"
Дата:
Сообщение: PostgreSql embedded available?