pg_alter_role_attributes
Change PostgreSQL role attributes like login, createdb, createrole, and more. Excludes SUPERUSER for security.
Instructions
Change PostgreSQL role attributes. SUPERUSER is intentionally not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| login | No | ||
| inherit | No | ||
| createdb | No | ||
| bypassrls | No | ||
| createrole | No | ||
| validUntil | No | ||
| replication | No | ||
| connectionLimit | No |