Re: starting the postmaster

From: John Taylor <postgres(at)jtresponse(dot)co(dot)uk>
To: Brian <Brrrian(at)Excite(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: starting the postmaster
Date: 2002-03-08 08:38:40
Message-ID: 02030808384000.01626@splash.hq.jtresponse.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Friday 08 March 2002 01:15, Brian wrote:
> Hi John,
>
> I am getting a FAILED notice on your construction.
>
> if I delete the >/dev/null 2>&1 I can see:
>
> /usr/bin/pg_ctl: /usr/bin/postmaster -i: No such file or directory
>
> as a response...
>

Hmmm...
That works for me with postgres 7.1, but having looked at the pg_ctl manual page, it probably isn't the
best way to do it.

You probably need to use the -o option to pg_ctl ...
su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster -o '-i' start > /dev/null 2>&1" < /dev/null

Regards
JohnT

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message wim 2002-03-08 10:14:11 Good tutorial wanted...
Previous Message Yannick ALLUSSE 2002-03-08 07:49:14 Size of the Postgres DB