Re: Trying to build 7.0.3 on SCO 5.0.4 - Mailing list pgsql-general

From Tom Lane
Subject Re: Trying to build 7.0.3 on SCO 5.0.4
Date
Msg-id 2208.974829555@sss.pgh.pa.us
Whole thread Raw
In response to Re: Trying to build 7.0.3 on SCO 5.0.4  (Michael Fork <mfork@toledolink.com>)
List pgsql-general
Michael Fork <mfork@toledolink.com> writes:
> Actually, to have it wide open, i think it should be this
> #host         all        0.0.0.0       0.0.0.0             trust

That *would* be wide open: allow anyone to connect from anywhere.
I think what Dave actually wants is

local        all                                           trust
host         all         127.0.0.1     255.255.255.255     trust

to allow IP connections from localhost only.  Depending on how his
local networking software works, he might also want a host line
mentioning his real IP address.

This is the second report I've seen this week of someone thinking that
host = 0.0.0.0 is the right thing to put in pg_hba.conf.  Do we have
some erroneous documentation somewhere that suggests that?

            regards, tom lane

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Re: [SQL] Requests for Development
Next
From: Dave Smith
Date:
Subject: Re: Trying to build 7.0.3 on SCO 5.0.4