Re: jdbc:postgresql problem

From: Holger Krug <hkrug(at)rationalizer(dot)com>
To: Vardan Gyurjyan <gurjyan(at)jlab(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: jdbc:postgresql problem
Date: 2002-01-21 07:32:59
Message-ID: 20020121083259.B754@dev12.rationalizer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rationalizer(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Terrell 2002-01-21 08:12:47 Re: RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems)
Previous Message Brent Verner 2002-01-21 07:32:12 Re: Ready for RC1?