Re: Starting postmaster with the option -i

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: "Raquel Vieira" <raquel(dot)vieira(at)ent(dot)efacec(dot)pt>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Starting postmaster with the option -i
Date: 2001-08-31 15:53:49
Message-ID: NEBBLAAHGLEEPCGOBHDGOELJDJAA.nickf@doxpop.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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?

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Shaun Thomas 2001-08-31 16:12:04 Re: Starting postmaster with the option -i
Previous Message Lamar Owen 2001-08-31 14:33:00 Re: Starting postmaster with the option -i