Re: jdbc:postgresql problem - Mailing list pgsql-hackers

From Holger Krug
Subject Re: jdbc:postgresql problem
Date
Msg-id 20020121083259.B754@dev12.rationalizer.com
Whole thread Raw
In response to jdbc:postgresql problem  (Vardan Gyurjyan <gurjyan@jlab.org>)
List pgsql-hackers
On Thu, Jan 17, 2002 at 08:04:26AM -0500, Vardan Gyurjyan wrote:
> java.sql.SQLException: No pg_hba.conf entry for host 129.57.33.170, user

pg_hba.conf is the configuration file for PostgreSQL's Host Based
Access control. The message means, that you're not allowed to access
PostgreSQL from the host you're using. Make the amendments needed in
pg_hba.conf. The comments in pg_hba.conf should help you.

PS.: Actually I think your question should go to the pgsql-general list,
not to pgsql-hackers. 

-- 
Holger Krug
hkrug@rationalizer.com


pgsql-hackers by date:

Previous
From: Brent Verner
Date:
Subject: Re: [GENERAL] PostgreSQL Licence: GNU/GPL
Next
From: David Terrell
Date:
Subject: Re: RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems)