Re: stat collector is not using

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: stat collector is not using
Дата
Msg-id 10509.1265210739@sss.pgh.pa.us
обсуждение исходный текст
Ответ на stat collector is not using  (AI Rumman <rummandba@gmail.com>)
Список pgsql-general
AI Rumman <rummandba@gmail.com> writes:
> I am using Postgresql 8.1.
> I set stats_start_collector = on

> But I found statistics collector is not using;

The collector won't actually collect anything unless you enable at least
one of these settings:

#stats_command_string = off
#stats_block_level = off
#stats_row_level = off

All of them default to off in 8.1 ...

            regards, tom lane

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

Предыдущее
От: "Jonathan Bond-Caron"
Дата:
Сообщение: Deleted Records & file format
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PQendcopy:resetting connection Problem and Cannot insert a duplicate key into unique index