Re: [7.0.2] rotating log files ...

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Re: [7.0.2] rotating log files ...
Дата
Msg-id 20000828112738.U1209@fw.wintelcom.net
обсуждение исходный текст
Ответ на [7.0.2] rotating log files ...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-admin
* The Hermit Hacker <scrappy@hub.org> [000828 11:19] wrote:
>
> can someone recommend on how to rotate the following log files without
> having to stop/start the server?
>
> postgres 85333 pgsql    1w  VREG  13,131084       995 762037 /pgsql/logs/postmaster.5432.61308
> postgres 85333 pgsql    2w  VREG  13,131084 316501241 762038 /pgsql/logs/5432.61308
>
> its the 316meg one and growing that I'm more interested in doing, obviously ...

This may not work: make a copy of it and try running a program that
calls ftruncate() on the file.

I think postgresql needs some utility to do this, I may whip one up when
time allows, it should be trivial.

-Alfred

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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: [7.0.2] rotating log files ...
Следующее
От: Alfred Perlstein
Дата:
Сообщение: Re: [7.0.2] rotating log files ...