pg_table_list
List all tables in a PostgreSQL database. Filter results by schema name to focus on specific schemas.
Instructions
List tables in the database. Optionally filter by schema name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name filter (default: all user schemas) | |
| target | Yes | Target name from ~/.dbx/targets/ |