Re: Disable Postgresql startup on boot (Windows XP)

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Disable Postgresql startup on boot (Windows XP)
Date: 2011-01-05 03:46:40
Message-ID: 4D23E9A0.2020200@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 01/04/11 7:25 PM, Ken wrote:
> Hi. Everytime I boot Windows XP a number of postgres.exe services
> start and run in the background. As I am only an occasional user of
> postgresql on my laptop I was wondering how (a) I could disable the
> auto-start of the service on boot and (b) how to manually start/stop
> postgresql when needed?

A) go into Control Panel -> Administrative Tools -> Computer Managment
-> Services, find the postgresql service, and set its start type to 'manual'

B) either, go to the same place above, and right click->start (or
stop), or at a command line shell prompt run the commands

NET START postgresql-8.4
or
NET STOP postgresql-8.4

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Radosław Smogura 2011-01-05 08:31:51 Re: UUID column as pimrary key?
Previous Message Stephen Cook 2011-01-05 03:43:44 Re: Disable Postgresql startup on boot (Windows XP)