Linux startup script

Поиск
Список
Период
Сортировка
От Darko Prenosil
Тема Linux startup script
Дата
Msg-id 200305292044.22563.darko.prenosil@finteh.hr
обсуждение исходный текст
Ответы Re: Linux startup script  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Linux startup script  (Andrew Overholt <overholt@redhat.com>)
Re: Linux startup script  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
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 !



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Question about simple function folding optimization
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Question about simple function folding optimization