Re: Keeping only one postgres.exe instance running - Mailing list pgsql-general

From John R Pierce
Subject Re: Keeping only one postgres.exe instance running
Date
Msg-id 49B073F7.2070507@hogranch.com
Whole thread Raw
In response to Keeping only one postgres.exe instance running  ("Pierre Racine" <Pierre.Racine@sbf.ulaval.ca>)
List pgsql-general
Pierre Racine wrote:
> Hi,
>
> Is there a way to tell PostgreSQL to keep only one instance of
> postgres.exe running?
>

you  couldn't use it if that was the case.   at a minimum, there is the
postmaster process, the postgres writer, the postgres logger, the
postgres stats collector, and the postgres wal writter.  oh, and
autovacuum..   then, each user connection to postgres launches another
instance to service the queries of that connection.




pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Keeping only one postgres.exe instance running
Next
From: Sathish Duraiswamy
Date:
Subject: Re: converting older databases