Hi Jillian,
On Wed, 10 Apr 2002, Jillian Carroll wrote:
>
> I'm getting the error:
>
> no pg_hba.conf entry for host (IP), user (user), database (db)
>
> I'm new to this and not really sure where to begin with this file...
>
As written in the error message, you must add your ip in pg_hba.conf
(PostGresql Host Based Authentication.CONFiguration file) .
Say your ip is : 333.333.333.333, and db_name impiles the name of your
db ;)
A typical line which would not ask for a password would be:
host db_name 333.333.333.333 255.255.255.255 trust
http://www.ca.postgresql.org/users-lounge/docs/7.2/admin-7.2-A4.pdf
Chapter 4 / Section 4.1 (as far as I remember)
This will help you.
Best regards,
Devrim GUNDUZ
devrim@oper.metu.edu.tr
devrim.gunduz@linux.org.tr
devrimg@tr.net
Web : http://devrim.oper.metu.edu.tr
------------------------------------------------------------------