list_objects
List all objects in a PostgreSQL schema by type: table, view, sequence, or extension.
Instructions
List objects in a schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | Yes | Schema name | |
| object_type | No | Object type: 'table', 'view', 'sequence', or 'extension' | table |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |