Re: How to allow a JDBC to connect to my postgres database - Mailing list pgsql-novice

From brew@theMode.com
Subject Re: How to allow a JDBC to connect to my postgres database
Date
Msg-id Pine.BSF.4.58.0411081426490.24511@themode.com
Whole thread Raw
In response to How to allow a JDBC to connect to my postgres database  (Kumar S <ps_postgres@yahoo.com>)
List 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@theMode.com)
  Check out my Stock Option Covered Call website  http://www.callpix.com
     and my Musician's Online Database Exchange http://www.TheMode.com
 ==========================================================================


pgsql-novice by date:

Previous
From: Kumar S
Date:
Subject: How to allow a JDBC to connect to my postgres database
Next
From: "Molenda, Mark P"
Date:
Subject: Re: How to allow a JDBC to connect to my postgres databa