Index: doc/src/sgml/ref/pg_ctl-ref.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v
retrieving revision 1.30
diff -c -r1.30 pg_ctl-ref.sgml
*** doc/src/sgml/ref/pg_ctl-ref.sgml 22 Dec 2004 02:17:15 -0000 1.30
--- doc/src/sgml/ref/pg_ctl-ref.sgml 20 Feb 2005 18:53:02 -0000
***************
*** 70,75 ****
--- 70,88 ----
killsignal_nameprocess_id
+
+ pg_ctl
+ register
+ -N servicename
+ -U username
+ -P password
+ -D datadir
+ -w
+ -o options
+
+ pg_ctl
+ unregister
+ -N servicename
***************
*** 143,148 ****
--- 156,172 ----
which does not have a kill> command. Use
--help> to see a list of supported signal names.
+
+
+ mode allows you to register a system service
+ on Microsoft Windows>.
+
+
+
+ mode allows you to unregister a system service
+ on Microsoft Windows>, previously registered with the
+ command.
+
***************
*** 253,260 ****
!
!
--- 277,320 ----
!
!
!
!
!
! Windows options
!
!
!
!
!
!
! Name of the system service to register. The name will be used both
! as the service name and the display name.
!
!
!
!
!
!
!
!
! Password for the user to start the service.
!
!
!
!
!
!
!
!
! Username for the user to start the service. For domain users, use the
! format DOMAIN\username.
!
!
!
!
!