Re: Allowing TCP/IP connections

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: "Marc" <syn_uw(at)www2(dot)us(dot)postgresql(dot)org>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Allowing TCP/IP connections
Date: 2002-01-03 13:44:05
Message-ID: NEBBLAAHGLEEPCGOBHDGCEDOECAA.nickf@ontko.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I think this may have been answered earlier due to mailing list oddities,
but
just in case:

Change this:

#tcpip_socket = false

to this:

tcpip_socket = true

You may also need to make some changes in pg_hba.conf to authorize the
connection from a particular host. Although this page is aimed at JDBC folk,
you'll find a description of setting up the database for tcp/ip connections
in it that applies to most situations:

http://www.fankhausers.com/postgresql/jdbc/#tcpip

-Nick

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jodi Kanter 2002-01-03 14:28:08 Re: Allowing TCP/IP connections
Previous Message Nick Fankhauser 2002-01-03 13:30:38 Re: Allowing TCP/IP connections