Re: start postgresql8 with -o "-i" option - Mailing list pgsql-admin

From Guido Barosio
Subject Re: start postgresql8 with -o "-i" option
Date
Msg-id f7f6b4c70507290717714d9003@mail.gmail.com
Whole thread Raw
In response to Re: start postgresql8 with -o "-i" option  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: start postgresql8 with -o "-i" option  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-admin
Thought that v8 started with default tcp availability.

G.

On 7/29/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
王晓华 <jacob.xiaohua@gmail.com> writes:
> /usr/local/pgsql/bin/postmaster -o "-i" -D /usr/local/pgsql/data

That should be just
  /usr/local/pgsql/bin/postmaster -i -D /usr/local/pgsql/data

You seem to be confusing pg_ctl syntax with postmaster syntax.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings



--
"Adopting the position that you are smarter than an automatic
optimization algorithm is generally a good way to achieve less
performance, not more" - Tom Lane.

pgsql-admin by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Is there anyway to retrieve server name and/or ip from query
Next
From: Bruce Momjian
Date:
Subject: Re: start postgresql8 with -o "-i" option