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