On 31 Aug 2001, Raquel Vieira wrote:
> I'm using Postgres 7.1.2 and I need to use TCP/IP connections, so I
> want to start Postmaster with the option -i.
> The Postmaster is starting allone at the startup of the computer, but
> it initiates by itself, I can't start it with that option. I have to
> stop it and start it again with the option by myself.
> Does anyone know how can I start postmaster (at the startup of the
> computer) with the option -i?
IIRC, the easiest way under 7.1 is to edit the postgresql.conf file
and set tcpip_socket = true.