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 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly