Re: PGAdmin - Mailing list pgsql-general

From Devrim GUNDUZ
Subject Re: PGAdmin
Date
Msg-id Pine.LNX.4.44.0204102004350.25308-100000@oper.metu.edu.tr
Whole thread Raw
In response to Re: PGAdmin  ("Jillian Carroll" <jillian@koskie.com>)
List pgsql-general
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
------------------------------------------------------------------



pgsql-general by date:

Previous
From: "Ian Harding"
Date:
Subject: Re: PGAdmin
Next
From: Bruce Momjian
Date:
Subject: Re: ora2pg fails on LONG object access in Catalog