Re: [HACKERS] Logfile rotation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Logfile rotation
Дата
Msg-id 26316.946311249@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Logfile rotation  (Matthew Hagerty <matthew@venux.net>)
Список pgsql-hackers
Matthew Hagerty <matthew@venux.net> writes:
> Does pg open its logfile every time it writes or does it open the file and
> hold it open as long as the postmaster is running?

If you do the usualpostmaster >logfile 2>&1
then the logfile is actually opened by the shell before the postmaster
ever starts; the postmaster has no way to close and re-open it.  So,
no, you can't rotate the logfile transparently in that scenario.

I believe there's a compile-time option to use syslog instead, which
probably works better for this (assuming you have syslog).
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] memory dilemma
Следующее
От: "Ansley, Michael"
Дата:
Сообщение: RE: [HACKERS] Explain plan output