connecting to db through local unix socket

2001-03-10 Thread Jaakko Niemi
Hello, I just noticed that 3.1.11 does not any more support old style DBName etc. commands at all. Is is possible to connect to the db through local unix socket rather than through tcp connection? Previously if DBHost was not set, at least with postgresql indexer fell back to using unix

Re: connecting to db through local unix socket

2001-03-10 Thread Sergey Kartashoff
Hi! Saturday, March 10, 2001, 4:21:20 PM, you wrote: JN> Hello, JN> I just noticed that 3.1.11 does not any more support JN> old style DBName etc. commands at all. Is is possible JN> to connect to the db through local unix socket rather JN> than through tcp connection? Previously if DBHo

Re: connecting to db through local unix socket

2001-03-10 Thread Jaakko Niemi
Sergey Kartashoff <[EMAIL PROTECTED]> writes: > Hi! > > Saturday, March 10, 2001, 4:21:20 PM, you wrote: > > > JN> Hello, > > JN> I just noticed that 3.1.11 does not any more support > JN> old style DBName etc. commands at all. Is is possible > JN> to connect to the db through local unix

Re: connecting to db through local unix socket

2001-03-10 Thread Caffeinate The World
--- Sergey Kartashoff <[EMAIL PROTECTED]> wrote: > Hi! > > Saturday, March 10, 2001, 4:21:20 PM, you wrote: > > > JN> Hello, > > JN> I just noticed that 3.1.11 does not any more support > JN> old style DBName etc. commands at all. Is is possible > JN> to connect to the db through local u

Re: connecting to db through local unix socket

2001-03-10 Thread Caffeinate The World
--- Jaakko Niemi <[EMAIL PROTECTED]> wrote: > Sergey Kartashoff <[EMAIL PROTECTED]> writes: > > > Hi! > > > > Saturday, March 10, 2001, 4:21:20 PM, you wrote: > > > > > > JN> Hello, > > > > JN> I just noticed that 3.1.11 does not any more support > > JN> old style DBName etc. commands at

Re: connecting to db through local unix socket

2001-03-10 Thread Jaakko Niemi
Caffeinate The World <[EMAIL PROTECTED]> writes: ... > > Same thing with 3.0.xx versions, but if I use the old style DBName, > > indexer connects to db through unix socket. > > leave out the hostname > DBAddr pgsql://mnogosearch@/mnogosearch/ Duh. I had tried about everything else th