Re: limiting connections per user/database

From: Petr Jelínek <pjmodos(at)parba(dot)cz>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: limiting connections per user/database
Date: 2005-06-25 22:14:49
Message-ID: 42BDD759.7050001@parba.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan wrote:

>Is this what is intended by the TODO item? I thought that it was intended to
>allow max connections to be specified on a per-db or per-user basis, not
>just for global limits on per-user or per-db connections.
>
>
They are - ALTER DATABASE dbname SET max_db_conenctions = '10';
Like I said they're checked after user specific and database specific
config is loaded.
But after what Tom said I think I will have to rewrite it all so it
doesn't really matter.

--
Regards
Petr Jelinek (PJMODOS)

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alon Goldshuv 2005-06-25 22:17:08 Re: COPY FROM performance improvements
Previous Message Michael Paesold 2005-06-25 22:07:24 Re: COPY FROM performance improvements