Re: how to clear server log - Mailing list pgsql-general

From Amy Smith
Subject Re: how to clear server log
Date
Msg-id 520645a61002240657r731db0b8u62626656a40ea10e@mail.gmail.com
Whole thread Raw
In response to how to clear server log  (Amy Smith <vah123@gmail.com>)
Responses Re: how to clear server log  (Ben Chobot <bench@silentmedia.com>)
List 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 by date:

Previous
From: Joe Conway
Date:
Subject: Re: select t.name from tbl t (where "name" is not a column name)
Next
From: Mitesh Patel
Date:
Subject: bugs reporting