Re: [BUGS] Win32: missing log file option for pg_ctl running as service

2006-05-28 Thread Gurjeet Singh
Reference (http://archives.postgresql.org/pgsql-bugs/2004-09/msg00185.php). Also, I am regsitering the service as follows: ...> pg_ctl register -N postgres -U username -P passwd -D F:\pgsql\data I can connect to the cluster using psql and work just normally. But wish to redirect the log entri

Re: [BUGS] Win32: missing log file option for pg_ctl running as service

2006-05-28 Thread Gurjeet Singh
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 wou

Re: [BUGS] Win32: missing log file option for pg_ctl running as service

2004-09-16 Thread Magnus Hagander
>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 p

[BUGS] Win32: missing log file option for pg_ctl running as service

2004-09-16 Thread Steve McWilliams
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 woul