Command for restart in the contrib/linux script - Mailing list pgsql-admin

From Devinder K Rajput
Subject Command for restart in the contrib/linux script
Date
Msg-id OF19634A5A.B42E26D0-ON86256C84.007F30EF@ipaper.com
Whole thread Raw
List 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




pgsql-admin by date:

Previous
From: monika.koenig@bonn.de (M.König)
Date:
Subject: Re: dumb question: how to get a list of databases?
Next
From: EMOTO Masahiko
Date:
Subject: PAM