Обсуждение: PROBLEM WITH pg_hba.conf in POSTGRES 7.3.2

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

PROBLEM WITH pg_hba.conf in POSTGRES 7.3.2

От
"Mario Alberto Soto Cordones"
Дата:
Hi...

i migrete trhu 7.2.3 to 7.3.2 , and work good... but when try connect
whith local aplication with odbc or with pgAdminII say:

fatal error: pg_hba.conf not found.


but with 7.2.3 work good


help me please

mario soto


Re: PROBLEM WITH pg_hba.conf in POSTGRES 7.3.2

От
Robert Treat
Дата:
On Sun, 2003-03-23 at 12:37, Mario Alberto Soto Cordones wrote:
> Hi...
>
> i migrete trhu 7.2.3 to 7.3.2 , and work good... but when try connect
> whith local aplication with odbc or with pgAdminII say:
>
> fatal error: pg_hba.conf not found.
>
>
> but with 7.2.3 work good
>

Wow, thats pretty bizarre. Did you verify that the pg_hba.conf file
exists in both versions? IIRC the syntax changed slightly between
versions, so you can't just copy it over. You might also want to see if
you can connect via psql (passing in un/pw if possible).

Robert Treat