Re: How many connections can a Postgress database support... - Mailing list pgsql-novice

From Sol
Subject Re: How many connections can a Postgress database support...
Date
Msg-id 200212111214.17833.sol@autonomon.net
Whole thread Raw
In response to How many connections can a Postgress database support...  ("Graham Bartlett" <gbartlett@gamet.com>)
List pgsql-novice
On Wed, 11 Dec 2002 12:33 am, you wrote:
> How many connections can a Postgres database support and how do you set
> this parameter. Is there some sort of multithreading in Postgres and how
> do you implement it.
That's either up to you or up to your hardware. The "max connections" is
specified in postgresql.conf. The default is 64. I don't know if there is a
hard limit.

sol
>
>
>
> Thanks,
>
> Graham


pgsql-novice by date:

Previous
From: Pam Wampler
Date:
Subject: blobs versus text
Next
From: Conxita Marín
Date:
Subject: plpgsql: How to catch error when I drop an inexistent table?