javier garcia - CEBAS wrote:

Hi all;
Up to date. I've used Microsoft Access as a WindowsXP Client for Postgres. But I want to know if pgAdmin can do the job.
I've downloaded pgAdminII Version 1.6.0 for Windows.
My current Postgres version is 7.2
And I can acces it from Microsoft Access2000
.
When I try to connect the server from pgAdminI, I receive the message:


FATAL1: Missing or erroneous pg_hba.conf file, see postmaster log for details.

But I'm using postgres with normality. Can you help me with this?

Thanks and regards

Javier

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html



You need to change your pg_hba.conf file to grant access for pgAdimII's user and ip address, by adding/modifying a line in the conf file. Then restart the postmaster or send it a sighup to reread the configuration settings. Check out the documentation at
http://www.postgresql.org/docs/7.3/static/client-authentication.html


Ron



---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to