Re: how to clear server log

Поиск
Список
Период
Сортировка
От Amy Smith
Тема Re: how to clear server log
Дата
Msg-id 520645a61002240657r731db0b8u62626656a40ea10e@mail.gmail.com
обсуждение исходный текст
Ответ на how to clear server log  (Amy Smith <vah123@gmail.com>)
Ответы Re: how to clear server log  (Ben Chobot <bench@silentmedia.com>)
Список pgsql-general
this is the server log file, how many days server log files need to be keep as a mimumum ?
 
thanks

On Tue, Feb 23, 2010 at 1:49 PM, Amy Smith <vah123@gmail.com> 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

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: select t.name from tbl t (where "name" is not a column name)
Следующее
От: Mitesh Patel
Дата:
Сообщение: bugs reporting