Re: Linux startup script - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Linux startup script
Date
Msg-id 200306120202.h5C22iN24706@candle.pha.pa.us
Whole thread Raw
In response to Linux startup script  (Darko Prenosil <darko.prenosil@finteh.hr>)
List pgsql-hackers
Patch applied.  Thanks.

---------------------------------------------------------------------------


Darko Prenosil wrote:
>     I have noticed that after "/etc/init.d/postgresql restart", postmaster is no 
> longer writes to "serverlog". (RedHat 9).
> Here is fixed "restart" section.
> 
> restart)
>     echo -n "Restarting PostgreSQL: "
>     su - $PGUSER -c "$DAEMON restart -D '$PGDATA' -s -m fast -l $PGLOG" 
>     echo "ok"
>     ;;
> 
> In version 7.3.3 is missing "-l $PGLOG" at the end of "$DAEMON restart" 
> command.
> 
>     Regards !
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: Question about simple function folding optimization
Next
From: "P.M"
Date:
Subject: PostgreSQL and Windows