Re: [HACKERS] Linux startup script

2003-06-11 Thread Bruce Momjian
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. > > res

Re: [HACKERS] Linux startup script

2003-06-06 Thread Andrew Overholt
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 -

Re: [HACKERS] Linux startup script

2003-06-05 Thread Darko Prenosil
On Thursday 05 June 2003 16:08, Andrew Overholt wrote: > 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 Postgre

Re: [HACKERS] Linux startup script

2003-06-03 Thread Bruce Momjian
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 noti

[HACKERS] Linux startup script

2003-05-30 Thread Darko Prenosil
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" e