Re: Postgresql is not accepting TCP/IP connections.>ITS WORKING

2004-02-05 Thread Oliver Elphick
On Thu, 2004-02-05 at 13:34, Oliver Elphick wrote: > On Thu, 2004-02-05 at 09:23, Hans Steinraht wrote: > > Thanks for all the help. > > > > On versions to 7.2 the startup script looked in > > /etc/postgresql/postgresql.conf for the option > > tcpip_socket = true to be set and put the -i. > > > >

Re: Postgresql is not accepting TCP/IP connections.>ITS WORKING

2004-02-05 Thread Hans Steinraht
Thanks for all the help. On versions to 7.2 the startup script looked in /etc/postgresql/postgresql.conf for the option tcpip_socket = true to be set and put the -i. I figured out now that in version 7.4 you have to set the option in postmaster.conf as: POSTMASTER_OPTIONS="-i" restarting postg