schemas
Manage PostgreSQL database schemas by listing, creating, dropping schemas, and handling permissions to organize database structure effectively.
Instructions
Schema management: list, create, drop schemas and manage schema permissions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action: list (all schemas), create (new schema), drop (remove schema), permissions (schema permissions) | |
options | No | Action-specific options | |
owner | No | Schema owner (for create action) | |
schemaName | No | Schema name (required for create, drop, permissions) |