From: Tom Copeland Date: 2003-08-17T02:14:08+09:00 Subject: Re: [OT] Re: postgres > It doesn't appear to. ps aux | grep postgresql doesn't show anything > with a -i and grepping through /etc/init.d/postgresql doesn't show any > -i either. I've installed it under debian unstable. It also won't > recognize plpythonu as a language, but that's another matter > altogether > :o). You might try adding a "-i" to the "postmaster start" command. That'll make PG listen on a TCP socket, and then you can configure your host based authentication to prevent connections from originating anywhere other than localhost. Yours, Tom