Re: limits on the number of concurrent DBMS sessions per account - Mailing list pgsql-sql

From Tom Lane
Subject Re: limits on the number of concurrent DBMS sessions per account
Date
Msg-id 3852573.1646406710@sss.pgh.pa.us
Whole thread Raw
In response to limits on the number of concurrent DBMS sessions per account  (Kevin Tu <kevintu888@gmail.com>)
Responses Re: limits on the number of concurrent DBMS sessions per account
List 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 by date:

Previous
From: "Voillequin, Jean-Marc"
Date:
Subject: RE: unique index with several columns
Next
From: Kevin Tu
Date:
Subject: Re: limits on the number of concurrent DBMS sessions per account