Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?

From: John Edens <edensjc(at)sfasu(dot)edu>
To: 'Steve Crawford' <scrawford(at)pinpointresearch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?
Date: 2011-03-09 17:54:03
Message-ID: 001b01cbde82$f9fb93c0$edf2bb40$@sfasu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

------------

Using * should be fine unless you have multiple IP addresses and want the
*server* to *listen* on only some of those addresses - say localhost if you
were running web and db on the same machine and didn't want to listen to
connections from the outside. This setting only determines where the server
listens.

-------------

Okay, done that - what is the difference between listening on only some of
those addresses and allowing only clients in a certain range to connect?

------------

And since the IP address you gave appears real since it is in the assigned
public space for Stephen F. Austin State University, I hope this machine is
hiding behind a firewall.

------------

Yes, behind a firewall and also that machine is a brand new linux box that
literally has nothing else on it besides a new install of PostgreSQL

But, yeah, should have anoned up the address...

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitriy Igrishin 2011-03-09 17:59:40 Re: Why length(to_char(1::integer, '9')) = 2 ?
Previous Message Bill Moran 2011-03-09 17:50:32 Re: select count(*)