Daniel B. Thurman wrote:
   All is fine except that these slons are running as foreground processes
   and cannot be backgrounded and killing the command window will terminate
   the process! How can I get the slons running without resorting to using
   command windows to start the replication processes?

Install them as a service, eg.

slon -regservice Slony-I

The service can then be started from the services control panel applet or from the command line using:

net start Slony-I

It'll start automatically at next reboot as well.

Regards, Dave


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to