ecp_postgres_change_database_owner
Reassign ownership of a PostgreSQL database to another user within the same account. Provide the database name and the target username.
Instructions
Change a database's owning user (both must already belong to this account).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes | ||
| db_username | Yes |