From: | Steve Wampler <swampler(at)noao(dot)edu> |
---|---|
To: | Postgres-JDBC <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: PG 7.3, JDK1.4.2, and pg73jdbc3.jar |
Date: | 2003-11-06 22:23:52 |
Message-ID: | 1068157432.8483.19.camel@weaver.tuc.noao.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Thu, 2003-11-06 at 15:00, Steve Wampler wrote:
> 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.
Nevermind, I'm an idiot. (Should be 'host', not 'local'...)
--
Steve Wampler -- swampler(at)noao(dot)edu
Quantum materiae materietur marmota monax si marmota
monax materiam possit materiari?
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Jowett | 2003-11-06 23:09:34 | Re: "Fix" for INT8 literals being parsed as INT4 disqualifying index scan problem in JBoss ... |
Previous Message | Steve Wampler | 2003-11-06 22:00:38 | PG 7.3, JDK1.4.2, and pg73jdbc3.jar |