Re: Max connections - Mailing list pgsql-general

From nfj@radix.com
Subject Re: Max connections
Date
Msg-id 978708651.3a55e8ab53ba7@gandalf.radix.com.br
Whole thread Raw
In response to Max connections  (eriko <eriko@radix.com.br>)
List pgsql-general
    You can set the max number of backends with the parameter '-N nprocs' when
you start postmaster. So 'postmaster -N 64' will let you make 64 simultaneous
connections.
    The default seting is 32 backends.


                                            Nelson


Quoting eriko <eriko@radix.com.br>:

> What the max number of connections in postgresql database?
>
> Thanks
>
> Eriko.
>
>


pgsql-general by date:

Previous
From: Philip Warner
Date:
Subject: Re: [HACKERS] Re: pg_dump return status..
Next
From: jpilley
Date:
Subject: Re: 7.0.3 rpm testing & other problems