Re: Initial eventlog support on win32

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Initial eventlog support on win32
Дата
Msg-id 20259.1080054102@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Initial eventlog support on win32  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> 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.

Should be "stderr" not "stdout".  Otherwise looks good.  I think you can
find existing infrastructure for parsing a comma-separated list of
keywords in a GUC variable --- look at how DateStyle is handled.

            regards, tom lane

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Initial eventlog support on win32
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pstrndup()