list_objects
Retrieve a list of tables, views, sequences, or extensions from a specified PostgreSQL schema. Specify the schema and object type to get a structured overview.
Instructions
List tables, views, sequences, or extensions in a schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database alias to query. Omit to use the primary database. | |
| object_type | No | Type of objects to list | table |
| schema_name | Yes | Target schema name |