Re: postgresql mysql max connections

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: postgresql mysql max connections
Дата
Msg-id 1045149211.15174.467.camel@camel
обсуждение исходный текст
Ответ на postgresql mysql max connections  (Jose Antonio Martinez <lfbbes@yahoo.es>)
Ответы Re: postgresql mysql max connections  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-admin
There is no equivilant setting in postgresql, though this doesn't seem
like a terribly hard feature to add. You might want to submit a proposal
on -hackers, or better yet, a patch. :-)

Robert Treat

On Wed, 2003-02-12 at 13:36, Jose Antonio Martinez wrote:
> In mysql there are two configuration parameters for
> limiting connections:
>
>          max_user_connections
>          max_connections
>
> the first limits the number of concurrent connexions
> from a same user, is there an equivalent in
> postgresql?
>
> Postgresql seems to limit only the total number of
> connexions with the parameter 'max_connections'
> (postgresql.conf)
>
> thanks.
>




В списке pgsql-admin по дате отправления:

Предыдущее
От: Jose Antonio Martinez
Дата:
Сообщение: hide pg_user howto
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Database backup