I am trying to GRANT CONNECT on a DATABASE to a user as a schema owner in that database.
The schema owner is not a superuser.
Do I need to be the owner of a database to execute
GRANT CONNECT ON DATABASE DBXXX TO USER_YYY; ??
What role should a user be granted other than superuser to allow it to grant connect?