Re: connection fails

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: "Joe Conway" <joseph(dot)conway(at)home(dot)com>, <paula(at)cyberlazarus(dot)net>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: connection fails
Date: 2001-09-21 21:32:54
Message-ID: NEBBLAAHGLEEPCGOBHDGEECFDLAA.nickf@ontko.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


You may be able to get away without this if localhost is the only host
involved- I'm pretty sure the default pg_hba.conf file already has localhost
set up in it. (I'm sure it does in the Debian package, and would guess this
is true of the others.)

> You may also have to modify pg_hba.conf (in addition to postgresql.conf).
> See the comments in the file for details, but you need a line something
> like:
>
> host all 172.16.0.0 255.255.0.0 password
>
> where 172.16.0.0 is replaced by the appropriate network and 255.255.0.0 by
> the appropriate netmask.

-Nick

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Allan Engelhardt 2001-09-21 21:47:58 bigint overflow 'feature'
Previous Message Joe Conway 2001-09-21 21:22:27 Re: connection fails