[GENERAL] Client-Server Example

2005-07-13 Thread John Tulodziecki
Hi there I am trying to run a simple client application on one linux box (running redhat 9) whilst the server (i.e postmaster) is running on another box. I have successfully run the client program locally on the server machine. I am getting connection refused when I try a remote

Re: [GENERAL] Client-Server Example

2005-07-13 Thread Bob
Have you checked your pg_hba.conf file and add the correct entry to allow the remote client ip address? Sorry don't have my file so I can't show you an example. But I think the docs and/or a google will show some examples. Also you have to alter the postgresql.conf to allow tcp/ip connections. I