pg_hba.conf , problem......
pg_hba.conf , problem......
От:
Eduardo <ekotuja@brasilnet.net>
Дата:
I tryied to put a rule in that file, did not work and I removed it.
Then I got an error when I try to open a db in pgaccess:
eror trying to connect.....
Missing or erroneos pg_hba.conf...
What should I do ???
Thanks
Eduardo
Re: pg_hba.conf , problem......
От:
"Poul L. Christiansen" <poulc@cs.auc.dk>
Дата:
You can try to post the modified lines to this mailing list (so we can see what's wrong) or you could delete it and install a new one and try again. Poul L. Christiansen Eduardo wrote: > > I tryied to put a rule in that file, did not work and I removed it. > Then I got an error when I try to open a db in pgaccess: > > eror trying to connect..... > > Missing or erroneos pg_hba.conf... > > What should I do ??? > > Thanks > Eduardo
Re: [SOLUTION ]pg_hba.conf , problem......
От:
"Eduardo Kotujansky" <ekotuja@brasilnet.net>
Дата:
> My pg_hba.conf has the same entry. > > Does user "postgres" have read access to pg_hba.conf ? > That´s it. I did something that only root has permissions to read/write that file. Thanks a lot