From: Shu Ho <sueh111(at)hotmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject:
Date: 2010-02-23 18:50:25
Message-ID: BAY124-W51A97A9E2EB66047233472F5420@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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.
http://clk.atdmt.com/GBL/go/196390709/direct/01/

Responses

  • Re: at 2010-02-23 21:25:26 from Reid Thompson
  • Re: at 2010-02-24 08:58:28 from Albe Laurenz

Browse pgsql-general by date

  From Date Subject
Next Message adam_pgsql 2010-02-23 19:17:23 Re: "make check" failed on 8.4.2 install
Previous Message Amy Smith 2010-02-23 18:49:20 how to clear server log