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

From Molenda, Mark P
Subject Re: How to allow a JDBC to connect to my postgres databa
Date
Msg-id 032D5D6A2B88AC4DB140D1C369BFBC675D47CB@uschm232.amer.corp.eds.com
Whole thread Raw
List pgsql-novice
Yes you have to setup postgres to accept connections from other machines, if
I remember you need
to start it with a "-i" option. You also have to allow connections in the
config files.

-----Original Message-----
From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org] On Behalf Of brew@theMode.com
Sent: Monday, November 08, 2004 2:30 PM
To: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] How to allow a JDBC to connect to my postgres database


> 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
==========================================================================


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

pgsql-novice by date:

Previous
From: brew@theMode.com
Date:
Subject: Re: How to allow a JDBC to connect to my postgres database
Next
From: Michael Fuhr
Date:
Subject: Re: user defined type