Command for restart in the contrib/linux script

From: "Devinder K Rajput" <Devinder(dot)Rajput(at)ipaper(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Command for restart in the contrib/linux script
Date: 2002-12-03 23:14:36
Message-ID: OF19634A5A.B42E26D0-ON86256C84.007F30EF@ipaper.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I am modifying the contrib/linux script (used to start postgres). The line
that starts the db engine is:
su - $PGUSER -c "$DAEMON start -D '$PGDATA' -s -l $PGLOG"
and the line that restarts the db engine is:
su - $PGUSER -c "$DAEMON restart -D '$PGDATA' -s -m fast"

Is there any reason why the "-l $PGLOG" option is omitted in the restart.
Thank you,

Devinder

Browse pgsql-admin by date

  From Date Subject
Next Message Jack Flak 2002-12-04 01:09:42 Re: dumb question: how to get a list of databases?
Previous Message =?ISO-8859-2?Q?M.K=F6nig?= 2002-12-03 11:34:45 Re: dumb question: how to get a list of databases?