Re: limiting connections per user/database - Mailing list pgsql-patches

From Euler Taveira de Oliveira
Subject Re: limiting connections per user/database
Date
Msg-id 20050626124100.97977.qmail@web32704.mail.mud.yahoo.com
Whole thread Raw
In response to Re: limiting connections per user/database  (Petr Jelínek <pjmodos@parba.cz>)
Responses Re: limiting connections per user/database
List pgsql-patches
Hi Petr,

> One more thing, do you have more concerns about that max connection
> out
> of the fact it uses pgstat ?
> For example are guc variables ok for this or should it be new
> variable
> in pg_shadow & pg_database etc - I would like to rewrite it just once
> or
> twice not ten times.
>
IIRC, people want the last one. We have more control if we can set it
per user or per database. Talking about pgstat, I think you can rely on
it 'cause it can be disabled. Could you describe the design you
intended to implement?


Euler Taveira de Oliveira
euler[at]yahoo_com_br

__________________________________________________
Converse com seus amigos em tempo real com o Yahoo! Messenger
http://br.download.yahoo.com/messenger/

pgsql-patches by date:

Previous
From: Pavel Stehule
Date:
Subject: ToDo: Allow PL/pgSQL EXECUTE query_var INTO record_var;
Next
From: Andrew Dunstan
Date:
Subject: Re: Escape patch applied