PG 7.3, JDK1.4.2, and pg73jdbc3.jar

From: Steve Wampler <swampler(at)noao(dot)edu>
To: Postgres-JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: PG 7.3, JDK1.4.2, and pg73jdbc3.jar
Date: 2003-11-06 22:00:38
Message-ID: 1068156038.8483.17.camel@weaver.tuc.noao.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


I just upgraded a system from RedHat 8 to RedHat 9 (which
resulted in upgrade postgresql to 7.3.2.

Postgresql seems to be just fine, but attempts to access
through jdbc are dying immediately with the error:
-----------------------------------------
LOG: parse_hba: invalid syntax in pg_hba.conf file at line 54, token
"127.0.0.1"
-----------------------------------------

The offending line is:
-----------------------------------------
local all all 127.0.0.1 255.255.255.255 trust
-----------------------------------------

Which looks just fine to me.

Can anyone tell me what I might have done wrong?

Thanks!
Steve

--
Steve Wampler -- swampler(at)noao(dot)edu
Quantum materiae materietur marmota monax si marmota
monax materiam possit materiari?

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Steve Wampler 2003-11-06 22:23:52 Re: PG 7.3, JDK1.4.2, and pg73jdbc3.jar
Previous Message James Robinson 2003-11-06 19:13:15 "Fix" for INT8 literals being parsed as INT4 disqualifying index scan problem in JBoss ...