Re: Postmaster Question ?

From: missive(at)frontiernet(dot)net (Lee Harr)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postmaster Question ?
Date: 2001-08-11 21:26:53
Message-ID: 9l47us$3hla$2@node21.cwnet.roc.gblx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 10 Aug 2001 18:49:01 +0100, adrian <thebeeskness(at)kk> wrote:
> How do you get the postmaster running automatically in the background ? like
> httpd for eg:

That's going to depend a bit on which operating system you run.

How do you start apache?

If it is a shell script, ie
/usr/local/etc/rc.d/apache.sh
take a look at that script with an eye for replacing
apachectl
with
pg_ctl

Otherwise, give us the details of your system, and someone might
be willing to post their script.

Browse pgsql-general by date

  From Date Subject
Next Message Lee Harr 2001-08-11 21:35:56 Re: Query help...
Previous Message Stephan Szabo 2001-08-11 17:08:00 Re: INT8 in Postgres