Re: How to allow a JDBC to connect to my postgres database

From: brew(at)theMode(dot)com
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to allow a JDBC to connect to my postgres database
Date: 2004-11-08 19:30:06
Message-ID: Pine.BSF.4.58.0411081426490.24511@themode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


> Is there any crucial step for allowing a JDBC and
> remote hosts to connect to database. Please suggest
> some pointers or documentation.

From the faq:

3.5) How do I control connections from other hosts?

By default, PostgreSQL only allows connections from the local machine
using Unix domain sockets or TCP/IP connections. Other machines will not
be able to connect unless you modify listen_addresses in the
postgresql.conf and enable host-based authentication by modifying the file
$PGDATA/pg_hba.conf accordingly.

brew

==========================================================================
Strange Brew (brew(at)theMode(dot)com)
Check out my Stock Option Covered Call website http://www.callpix.com
and my Musician's Online Database Exchange http://www.TheMode.com
==========================================================================

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Molenda, Mark P 2004-11-08 20:13:28 Re: How to allow a JDBC to connect to my postgres databa
Previous Message Kumar S 2004-11-08 17:26:32 How to allow a JDBC to connect to my postgres database