Re: PG_HBA.conf still keeps complaining. I've done all I could imagine. - Mailing list pgsql-general

From Tom Lane
Subject Re: PG_HBA.conf still keeps complaining. I've done all I could imagine.
Date
Msg-id 24117.1085118749@sss.pgh.pa.us
Whole thread Raw
In response to PG_HBA.conf still keeps complaining. I've done all I could imagine.  (nkunkov@optonline.net (Liza))
List pgsql-general
nkunkov@optonline.net (Liza) writes:
> When I try to connect to the postgresql server in pgmanage, or through
> an ODBC from other windows machines I get a message:
> "missing or erroneous pg_hba.conf file"

> Here is my pg_hba.conf:

> local     all                trust
> host    10.1.9.0    255.255.255.0    trust
> host     127.0.0.1    255.255.255.255    trust

What PG version was this?  Recent versions expect an additional column
(username) in pg_hba.conf.

            regards, tom lane

pgsql-general by date:

Previous
From: Dirk Försterling
Date:
Subject: Re: Is Linux 2.6.5 kernel good enough for production?
Next
From: Tom Lane
Date:
Subject: Re: Unable to run testlibpq.c program