## Problem Currently gives an error: ```sql alter role authenticator connection limit 30; ERROR: 42501: "authenticator" is a reserved role, only superusers can modify it ``` This is useful for limiting pool connections. ## Solution Allow it.