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
"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
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
---