Re: Starting PostgreSQL as an NT Service

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Starting PostgreSQL as an NT Service
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AE80@Herge.rcsinc.local
обсуждение исходный текст
Ответ на Starting PostgreSQL as an NT Service  ("Hans Oesterholt Dijkema" <hans@strader.xs4all.nl>)
Ответы Re: Starting PostgreSQL as an NT Service  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers-win32
> L.S.,
>
> I've made a simple wrapper to be able to start
> the new native win32 port of PostgreSQL as an
> NT Service.
>
> One can download the sources from
>
>     http://elementals.sf.net
>
> Best regards,
> --
> Hans Oesterholt-Dijkema
>

The real challenge with running pg as a service is not the Service
Handler itself, but modification of the postmaster so that pg plays
friendly with the event manager the current (as-of-yet-unapplied) patch
routs all the logging except startup/shutdown to dev/null.

Merlin

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Starting PostgreSQL as an NT Service
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Starting PostgreSQL as an NT Service