On Thu, May 31, 2012 at 10:31:33AM +0200, Tom Coetser <s...@icave.net> 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/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to