Re: limits on the number of concurrent DBMS sessions per account

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: limits on the number of concurrent DBMS sessions per account
Дата
Msg-id 3852573.1646406710@sss.pgh.pa.us
обсуждение исходный текст
Ответ на limits on the number of concurrent DBMS sessions per account  (Kevin Tu <kevintu888@gmail.com>)
Ответы Re: limits on the number of concurrent DBMS sessions per account  (Kevin Tu <kevintu888@gmail.com>)
Список pgsql-sql
Kevin Tu <kevintu888@gmail.com> writes:
> Let's say I have a user userA, does anyone know how to limit the number of
> concurrent sessions for this user?

ALTER USER joe CONNECTION LIMIT 42;

            regards, tom lane



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

Предыдущее
От: "Voillequin, Jean-Marc"
Дата:
Сообщение: RE: unique index with several columns
Следующее
От: Kevin Tu
Дата:
Сообщение: Re: limits on the number of concurrent DBMS sessions per account