Re: Postgres: Installing as a service

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres: Installing as a service
Date: 2009-04-13 07:20:21
Message-ID: grup3j$t2m$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

CM J wrote on 13.04.2009 07:48:
> Hi ,
>
> I have extracted postgres from postgres-noinstaller.zip file. How
> do i install postgres as a service from cmd line ? Are there are any
> binaries provided by postgres to install it as a service ? Please note
> that i am aware that msi installer automatically does all this. I want
> to know how to acheive the same from the postgres db extracted from the
> zip file.
>
> Thanks.

Use "pg_ctl register" (after you have created the postgres windows user as
described by John)

http://www.postgresql.org/docs/8.3/static/app-pg-ctl.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message CM J 2009-04-13 08:05:58 Re: Postgres: Installing as a service
Previous Message John R Pierce 2009-04-13 07:01:54 Re: Postgres: Installing as a service