Re: re my previous e-mail client-server example

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: re my previous e-mail client-server example
Дата
Msg-id 20050715115052.GA11384@wolff.to
обсуждение исходный текст
Ответ на re my previous e-mail client-server example  ("John Tulodziecki" <johnt@squire-technologies.co.uk>)
Список pgsql-general
On Wed, Jul 13, 2005 at 17:56:44 +0100,
  John Tulodziecki <johnt@squire-technologies.co.uk> wrote:
> Bizzarly its now working after I added the server ip address in addition to
> the client ip address in the listen addresses config line !!!

That isn't bizzare. The listen address is what address the server should
be listening on. Note that computers have multiple IP addresses and
this allows you to have the server only listen on one of them. If you
want to listen on all of them, you want to use 0.0.0.0 for the address.

What addresses are allowed for clients is controlled by the pg_hba.conf file.

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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: What's Popular for CMS and RAD with PHP/PostgreSQL?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Nulls in timestamps