From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | <WernerBohl(at)infutor(dot)com>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: TCP/IP access in Postgresql 8 Windows |
Date: | 2004-09-29 15:52:22 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE475DB7@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
> Hi,
>
> I'm pretty versed in Postgresql version 7.* on Linux. Need to setup a
> 8.* server on Windows. Postgresql 8 is rejecting TCP/IP connections.
> Tried to acivate tcpip_sockets, as in the 7.4.* versions,
> configuring postgresql.conf param tcpip_sockets, but it is
> not recognized by version
> 8 (it even fails to start if included). Client IP's have an
> entry in pg_hba.conf.
>
> Is there any other task that must be done in order to get
> TCP/IP connections working?
TCP/IP is enabled by default on Windows. Your problem is somewhere else
- check for local firewall or antivirus sofware that might be blocking
the connection.
tcpip_sockets has been renamed to listen_addresses. Check
http://developer.postgresql.org/docs/postgres/runtime-config.html#RUNTIM
E-CONFIG-CONNECTION.
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Bender, Cheryl | 2004-09-29 16:01:19 | Re: TCP/IP access in Postgresql 8 Windows |
Previous Message | Bender, Cheryl | 2004-09-29 15:40:33 | Re: TCP/IP access in Postgresql 8 Windows |