postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

postgres connection limits

Open a-dekker opened this issue 3 years ago • 0 comments

We would like to be able to set limits on the max. connections in databases or roles.

In psql that would be for example:

alter database mydb connection limit 50;
alter role myrole connection limit 50;

Can these settings be defined somewhere? I could not find it, so my question is, is it possible in the current state and if not, would a feature request be viable?

a-dekker avatar Sep 23 '22 12:09 a-dekker