From: | Reid Thompson <reid(dot)thompson(at)ateb(dot)com> |
---|---|
To: | Shu Ho <sueh111(at)hotmail(dot)com> |
Cc: | reid(dot)thompson(at)ateb(dot)com, pgsql-general(at)postgresql(dot)org |
Subject: | Re: |
Date: | 2010-02-23 21:25:26 |
Message-ID: | 1266960326.25369.17.camel@raker.ateb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Reid Thompson | 2010-02-23 21:26:09 | Re: how to clear server log |
Previous Message | Bryan Montgomery | 2010-02-23 21:21:32 | Trying to get a C function built with MSVC |