Re: Connection limit per user

Поиск
Список
Период
Сортировка
От Vibhor Kumar
Тема Re: Connection limit per user
Дата
Msg-id 49C267D1.5040909@gmail.com
обсуждение исходный текст
Ответ на Connection limit per user  ("Lukas" <Lukas@fmf.vtu.lt>)
Ответы logging a single user session  (Kasia Tuszynska <ktuszynska@esri.com>)
Список pgsql-admin
Hello Lukas,

You would be able to achieve it using the alter user command as given below:
alter user <user name> with CONNECTION LIMIT 2;


Lukas wrote:
> Hello,
>
>  is here any way to set connection limit to database per database user?
>  For ex. if I have postgresql database user XXX I want limit it to 2
> connections per database (or per all databases)..
>
>
> --
> Lukas
> UAB nSoft
> http://www.nsoft.lt
> Lukas at nsoft.lt
> +370 655 10 655
>
>
>
>


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

Предыдущее
От: "Lukas"
Дата:
Сообщение: Connection limit per user
Следующее
От: Vladimir Rusinov
Дата:
Сообщение: Re: out of memory