Re: Initial eventlog support on win32

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Initial eventlog support on win32
Дата
Msg-id 40604E3E.9060202@dunslane.net
обсуждение исходный текст
Ответ на Re: Initial eventlog support on win32  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
Magnus Hagander wrote:

>
>Ok. I will updated this patch to include the replacing of the "syslog"
>variable with another one that is more flexible.
>
>Based on what Andrew wrote, configuration along the line of:
>log_destination        stdout
>(for default)
>
>log_destination        stdout,syslog
>(for syslog=2)
>
>log_destination        eventlog
>(for win32 eventlog only)
>
>etc etc.
>
>Is that what you were thinking of?
>
>
>

Something like that is what I was thinking of. It would have to be a
string variable (so surrounding quotes would be needed), and you would
need a little routine to parse it, ignoring whitespace etc., and also
make appropriate doc changes. I guess eventlog would be an error on
anything but Windows, and (at least for now) syslog would be an error on
Windows.

Are there any special eventlog settings needed?

cheers

andrew

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: minor SGML improvements
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Initial eventlog support on win32