Re: Linux startup script

From: Andrew Overholt <overholt(at)redhat(dot)com>
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-05 14:08:47
Message-ID: 20030605140847.GA22551@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Darko Prenosil once said:
> 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"
> ;;

What version of the RPMs are you running (and are they PGDG or RH)? The
version that I have has the following restart section:

restart(){
stop
start
}

I've checked the PGDG RHL9 ones and see the same thing...

Andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rasmus Resen Amossen 2003-06-05 14:24:24 Re: Broken RR?
Previous Message Nigel J. Andrews 2003-06-05 13:38:43 large objects