Re: re my previous e-mail client-server example - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: re my previous e-mail client-server example
Date
Msg-id 20050715115052.GA11384@wolff.to
Whole thread Raw
In response to re my previous e-mail client-server example  ("John Tulodziecki" <johnt@squire-technologies.co.uk>)
List 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 by date:

Previous
From: John DeSoi
Date:
Subject: Re: What's Popular for CMS and RAD with PHP/PostgreSQL?
Next
From: Bruno Wolff III
Date:
Subject: Re: Nulls in timestamps