Re: start postgresql8 with -o "-i" option

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 王晓华 <jacob(dot)xiaohua(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: start postgresql8 with -o "-i" option
Date: 2005-07-29 13:52:19
Message-ID: 16423.1122645139@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

=?GB2312?B?zfXP/ruq?= <jacob(dot)xiaohua(at)gmail(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2005-07-29 14:00:29 Re: Is there anyway to retrieve server name and/or ip from query
Previous Message Chris Hoover 2005-07-29 13:48:28 Is there anyway to retrieve server name and/or ip from query