Thread: re my previous e-mail client-server example
Bizzarly its now working after I added the server ip address in addition to the client ip address in the listen addresses config line !!!
John Tulodziecki
Senior Software Engineer
Squire Technologies Ltd
Phone +44(0)1305 757315
Web www.squire-technologies.com
Email johnt@squire-technologies.co.uk
NOTICE AND DISCLAIMER:
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of Squire Technologies Ltd. If you have received this email in error please notify the sender immediately and delete this email from your system without copying or disseminating it or placing any reliance upon its contents.
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.