pg_hba - Mailing list pgsql-admin

From Rob Abernethy IV
Subject pg_hba
Date
Msg-id 20021231150906.M90792@dynedge.com
Whole thread Raw
Responses Re: pg_hba  (Justin Georgeson <jgeorgeson@unboundtech.com>)
Re: pg_hba  ("David F. Skoll" <dfs@roaringpenguin.com>)
List pgsql-admin
Is there any problem with this line from my pg_hba.conf file:

# TYPE  DATABASE  USER  IP-ADDRESS  IP-MASK   METHOD
local   all       all   0.0.0.0     0.0.0.0   md5

I get this error when I try to connect:

LOG:  parse_hba: invalid syntax in pg_hba.conf file at line 90, token "0.0.0.0"
FATAL:  Missing or erroneous pg_hba.conf file, see postmaster log for details

I'm using version 7.3.1 and postmaster is running with both tcp/ip and ssl
turned on.  Does the IP address need to be in quotes or anything?  Is this
different from previous versions?

--
Robert Abernethy IV
Dynamic Edge, Inc.
734.975.0460

pgsql-admin by date:

Previous
From: Jie Liang
Date:
Subject: Re: Stored procedures doubts
Next
From: Justin Georgeson
Date:
Subject: Re: pg_hba