Raquel-
I believe that by v7.1, this could be placed in the postgresql.conf file.
(Found in /etc/postgresql on our Debian Linux box.) the line to add is:
tcpip_socket = 1
check out this page for details:
http://www.postgresql.org/idocs/index.php?runtime-config.html
It's probably not starting up right because of something going on in
/etc/init.d/postgresql on the startup. Try looking in this file if you want
to do the startup using the -i command line option.
-Nick
> 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?