On Thu, May 31, 2012 at 10:31:33AM +0200, Tom Coetser <su...@ic...> wrote:
> Thanks, seems to solve the problem nicely. I assume this will go into the next
> release for 1.3, correct?
It will go to the repository today, but formal releases will be much
later. I'll be on vacation (and completely off-line) until June 20.
> > > Any help on how to solve this so I can get my log files cleaned up, in
> > > order to debug another connection problem, would be greatly appreciated.
> >
> > What log files? /var/log/postgresql/*.log?
>
> Yes, but specifically /var/log/postgresql/postgresql-8.4-main.log on Debian
> Squeeze.
/etc/init.d/postgresql stop
rm /var/log/postgresql/* # or rm *.gz && gzip *.log
/etc/init.d/postgresql start
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|