postgres-operator
postgres-operator copied to clipboard
postgres connection limits
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?