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

RE: Postgresql is not accepting TCP/IP connections.

2004-02-03 Thread Michael Anaya
> > > hi there, > > I have upgraded to postgresql 7.4 on my debian unstable computer. > Reloaded the databases and all seems to work fine (can connect to postgres > with psql) > > The only waht not is working is that I cannot connect to > postgresql through > TCP/IP. > In /etc/postgresql.conf I h

Re: Postgresql is not accepting TCP/IP connections.

2004-02-03 Thread Martin Dickopp
On Tue, Feb 03, 2004 at 02:28:50PM +0100, Hans Steinraht wrote: > I have upgraded to postgresql 7.4 on my debian unstable computer. > Reloaded the databases and all seems to work fine (can connect to > postgres with psql) > > The only waht not is working is that I cannot connect to postgresql > th

Re: Postgresql is not accepting TCP/IP connections.

2004-02-03 Thread Monique Y. Herman
On 2004-02-03, Hans Steinraht penned: > hi there, > > I have upgraded to postgresql 7.4 on my debian unstable computer. > Reloaded the databases and all seems to work fine (can connect to > postgres with psql) > > The only waht not is working is that I cannot connect to postgresql > through TCP/IP.

Re: Postgresql is not accepting TCP/IP connections.

2004-02-03 Thread Hans Steinraht
I restarted after, it wasn't a change in the configuration, postgres installs default with tcp/ip enabled (or beacuse my old version pinned 7.2 was configured like this). output of netstat gives: tcp0 0 0.0.0.0:10080 0.0.0.0:* LISTEN tcp0 0 0

Re: Postgresql is not accepting TCP/IP connections.

2004-02-03 Thread Adam Aube
On Tuesday 03 February 2004 08:28 am, Hans Steinraht wrote: > The only waht not is working is that I cannot connect to postgresql > through TCP/IP. > In /etc/postgresql.conf I have: tcpip_socket = true, but its not > working. You specified that you restarted postgresql - I assume that you did it

Postgresql is not accepting TCP/IP connections.

2004-02-03 Thread Hans Steinraht
hi there, I have upgraded to postgresql 7.4 on my debian unstable computer. Reloaded the databases and all seems to work fine (can connect to postgres with psql) The only waht not is working is that I cannot connect to postgresql through TCP/IP. In /etc/postgresql.conf I have: tcpip_socket = true