Re: Found this in the server log on MAC OSX

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Found this in the server log on MAC OSX
Дата
Msg-id 23832.1077649949@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Found this in the server log on MAC OSX  (Sean Shanny <shannyconsulting@earthlink.net>)
Ответы Re: Found this in the server log on MAC OSX  (David Garamond <lists@zara.6.isreserved.com>)
Список pgsql-general
Sean Shanny <shannyconsulting@earthlink.net> writes:
> StopService()
> {
>         ConsoleMessage "Stopping PostgreSQL database services"
>         /usr/local/pgsql/bin/pg_ctl stop -D /usr/local/pgsql/data
>         x=`/bin/ps axc | /usr/bin/grep postgres`
>         if /bin/test "$x"
>         then
>                 set $x
>                 kill -9 $x
>         fi
> }

Gack.  Whoever wrote this should be shot.  Take out everything after the
"pg_ctl stop" line.  You might want to add "-m immediate" to the pg_ctl
command as a less dangerous way of encouraging a fast shutdown...

            regards, tom lane

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Rows to columns
Следующее
От: "Daniel Baughman"
Дата:
Сообщение: Sequence Permissions.