Re: [ADMIN] client connection problem

2002-01-17 Thread Rasmus Mohr
Mohr; [EMAIL PROTECTED] Emne: Re: [ADMIN] client connection problem "Nick Fankhauser" <[EMAIL PROTECTED]> writes: > Try adding a line to pg_hba.conf for localhost specifically- I'd guess that > the request is coming in with that address rather than the local machi

Re: [ADMIN] client connection problem

2002-01-16 Thread Tom Lane
"Nick Fankhauser" <[EMAIL PROTECTED]> writes: > Try adding a line to pg_hba.conf for localhost specifically- I'd guess that > the request is coming in with that address rather than the local machine's > IP address. Another possibility is that the connection request is being dropped on the floor b

Re: [ADMIN] client connection problem

2002-01-16 Thread Nick Fankhauser
Rasmus- Try adding a line to pg_hba.conf for localhost specifically- I'd guess that the request is coming in with that address rather than the local machine's IP address. use a line like this: host all 127.0.0.1 255.0.0.0 trust -Nick ---