pg_grant_privileges
Grant database-level privileges (e.g., SELECT, INSERT) to a PostgreSQL role, with optional grant option for the role to grant those privileges to others.
Instructions
Grant database-level PostgreSQL privileges to a role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| database | Yes | ||
| privileges | Yes | ||
| withGrantOption | No |