> Hello,
>
> according to
> http://www.postgresql.org/docs/7.4/static/runtime-config.html
> the parameter tcpip_socket can be used to enable/disable the
> usage of TCP/IP connections. From what I have read this
> can/could replace the -i switch for the postmaster.
Please see the development docs at
http://developer.postgresql.org/docs/postgres/runtime-config.html
This has been changed in CVS (which is what the win32 is off). Look for
listen_addresses.
//Magnus