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

Поиск
Список
Период
Сортировка
От Kevin Tu
Тема Re: limits on the number of concurrent DBMS sessions per account
Дата
Msg-id CAKbWnAW4JM-_dEJnjbd3aF4To=c9=pPLNPV=R1A0QU9gTB3GRQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: limits on the number of concurrent DBMS sessions per account  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Thanks Tom!  As always, you're the best!

On Fri, Mar 4, 2022 at 10:11 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
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


--
Best Regards,
 
Kevin Tu

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: limits on the number of concurrent DBMS sessions per account
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: unique index with several columns