Re: is it possible to delete the psql log while psql is - Mailing list pgsql-general

From Ed L.
Subject Re: is it possible to delete the psql log while psql is
Date
Msg-id 200512081526.38350.pgsql@bluepolka.net
Whole thread Raw
In response to Re: is it possible to delete the psql log while psql is  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: is it possible to delete the psql log while psql is  ("Thies C. Arntzen" <thies@thieso.net>)
List pgsql-general
On Thursday December 8 2005 9:19 am, Oleg Bartunov wrote:
> I'd do
> echo > pgql.log

That won't free any space from an open file.  You have to stop
postgresql first in order to close the file, or use log file
rotation and wait until it rotates out to a closed state.

Ed


>
>    Oleg
>
> On Thu, 8 Dec 2005, gabor wrote:
> > hi,
> >
> > i'd like to delete the postgresql log file
> > (resides in /var/log/pgsql/postgres),
> > because it has become too big.
> >
> > can i simply delete the file while postgresql is running?
> >
> > or do i have to stop postgresql first, and only delete the
> > logfile after that?
> >
> > thanks,
> > gabor
>
>      Regards,
>          Oleg
> _____________________________________________________________
> Oleg Bartunov, Research Scientist, Head of AstroNet
> (www.astronet.ru), Sternberg Astronomical Institute, Moscow
> University, Russia Internet: oleg@sai.msu.su,
> http://www.sai.msu.su/~megera/ phone: +007(495)939-16-83,
> +007(495)939-23-83
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 5: don't forget to
> increase your free space map settings

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Specify schema in jdbc connection string?
Next
From: "Andrus Moor"
Date:
Subject: find last day of month