Re:

Поиск
Список
Период
Сортировка
От Reid Thompson
Тема Re:
Дата
Msg-id 1266960326.25369.17.camel@raker.ateb.com
обсуждение исходный текст
Ответ на  (Shu Ho <sueh111@hotmail.com>)
Список pgsql-general
On Tue, 2010-02-23 at 13:50 -0500, Shu Ho wrote:
> All
>
> do you clean up the server file by removing them
> use
>
> find $logfile -mtime +$NUMBER_DAYS_TO_KEEP  -type f -print -exec rm -f
> {} \;
>
> in postgres ?
>
> How to remove the archive log files in postgres ? is the same way as
> remove backup files and server log files ?
>
>
> thanks
> Amy
>
> ______________________________________________________________________
> Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up
> now.

google logrotate
man logrotate

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

Предыдущее
От: Ben Chobot
Дата:
Сообщение: Re: how to clear server log
Следующее
От: Reid Thompson
Дата:
Сообщение: Re: how to clear server log