list_objects
Retrieve tables, views, sequences, or extensions from a PostgreSQL schema to manage database structure and analyze schema contents.
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 |