"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