Re: Linux startup script

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Linux startup script
Date: 2003-06-02 16:18:05
Message-ID: 200306021618.h52GI5J08927@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

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(at)postgresql(dot)org
>

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-06-02 16:54:35 Problems with renaming a column
Previous Message Bruce Momjian 2003-06-02 16:09:44 Re: Static snapshot data