Re: PG_HBA.conf still keeps complaining. I've done all I could imagine.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: nkunkov(at)optonline(dot)net (Liza)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PG_HBA.conf still keeps complaining. I've done all I could imagine.
Date: 2004-05-21 05:52:29
Message-ID: 24117.1085118749@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

nkunkov(at)optonline(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message anony 2004-05-21 05:54:33 feature idea – automatic update tracking using date fields – feedback pls
Previous Message Tom Lane 2004-05-21 05:50:23 Re: Unable to run testlibpq.c program