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
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
>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
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