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

Поиск
Список
Период
Сортировка
От John Edens
Тема Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?
Дата
Msg-id 001b01cbde82$f9fb93c0$edf2bb40$@sfasu.edu
обсуждение исходный текст
Ответ на Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?  (Steve Crawford <scrawford@pinpointresearch.com>)
Ответы Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?
Список 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...

 

В списке pgsql-general по дате отправления:

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: select count(*)
Следующее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: Why length(to_char(1::integer, '9')) = 2 ?