Re: PostgreSQL run as process in windows

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: PostgreSQL run as process in windows
Дата
Msg-id 50E4F21D.3060801@hogranch.com
обсуждение исходный текст
Ответ на PostgreSQL run as process in windows  (tuanhoanganh <hatuan05@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: tuanhoanganh
Дата:
Сообщение: PostgreSQL run as process in windows
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: PostgreSQL run as process in windows