Re: How can I set postmaster as a service

From: "Thomas Wegner" <thomas(at)wegner24(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: How can I set postmaster as a service
Date: 2003-09-05 13:26:18
Message-ID: bja2te$8ko$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

#!/bin/sh
cygrunsrv --install PostgreSQL \
--path /usr/bin/postmaster \
--args "-D /usr/share/postgresql/data -i" \
--dep ipc-daemon2 \
--termsig INT \
--user Administrator \
--shutdown
--

Thomas Wegner

""shreedhar"" <shreedhar(at)lucidindia(dot)net> schrieb im Newsbeitrag
news:003901c373a0$8a297440$1201a8c0(at)a4005(dot)(dot)(dot)
How can I set postmaster (database on) as a service and set it while system
booting if self?

Regards
Sreedhar Bhaskararaju

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruno Wolff III 2003-09-05 13:30:14 Re: LOCK has IGNORED on trigger.
Previous Message Marc G. Fournier 2003-09-05 13:03:15 Re: YOUR SITES SEARCH FEATURE DOES NOT WORK!

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-09-05 13:29:28 Re: Replaceing records
Previous Message Bjørn T Johansen 2003-09-05 13:23:24 Re: [PERFORM] Seq scan of table?