Something about like this? (If approved ,documentation patches of course comeing up, but I'd like to have the syntax and ide approved before I get into that)
This patch also includes the eventlog code for win32. //Magnus >-----Original Message----- >From: Tom Lane [mailto:[EMAIL PROTECTED] >Sent: den 23 mars 2004 16:02 >To: Magnus Hagander >Cc: Andrew Dunstan; [EMAIL PROTECTED] >Subject: Re: [PATCHES] Initial eventlog support on win32 > > >"Magnus Hagander" <[EMAIL PROTECTED]> 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 >
logging.patch
Description: logging.patch
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend