>When running pg_ctl as a windows service (WinXP Pro), I don't >see any way >currently to configure a log file for it to use. I am using >the following >syntax to register pg_ctl as a service: > >pg_ctl register -N MyService -U myUser -P myPword -D myDataDir >-w -o "-i" > >A "-l myLog" option passed in would get ignored, according to >pg-ctl.c. >Is there some other way that we should be configuring a log file when >running pg_ctl as a service on windows?
Yes, see the redirect_stderr parameter in postgresql.conf. It should be enabled by default in the pginstaller installation. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match