Обсуждение: PG 7.3, JDK1.4.2, and pg73jdbc3.jar

Поиск
Список
Период
Сортировка

PG 7.3, JDK1.4.2, and pg73jdbc3.jar

От
Steve Wampler
Дата:
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@noao.edu
Quantum materiae materietur marmota monax si marmota
                    monax materiam possit materiari?

Re: PG 7.3, JDK1.4.2, and pg73jdbc3.jar

От
Steve Wampler
Дата:
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@noao.edu
Quantum materiae materietur marmota monax si marmota
                    monax materiam possit materiari?