Re: PostgreSQL run as process in windows - Mailing list pgsql-general

From John R Pierce
Subject Re: PostgreSQL run as process in windows
Date
Msg-id 50E4F21D.3060801@hogranch.com
Whole thread Raw
In response to PostgreSQL run as process in windows  (tuanhoanganh <hatuan05@gmail.com>)
List pgsql-general
On 1/2/2013 6:40 PM, tuanhoanganh wrote:
> I have more than 500 users connect to Postgres in windows 2008 R2. I
> change registry make postgres service support 512 connect. But is
> there any good way make postgres run as process not service. Is it
> safe run postgres as process in windows.

a service *is* a type of process.


yes, you could setup postgres to run in a command line window within a
desktop session, starting and stopping it with pg_ctl ...  you'd want to
create a user specifically for this, and have that user own the postgres
data directory.  you would need to leave this user logged onto the
console at all times, or postgres would exit when the user session
terminates.






pgsql-general by date:

Previous
From: tuanhoanganh
Date:
Subject: PostgreSQL run as process in windows
Next
From: Craig Ringer
Date:
Subject: Re: PostgreSQL run as process in windows