list_tables
Retrieve and view all tables within a PostgreSQL database, including schema details, to explore database structure and metadata efficiently.
Instructions
List all tables in the database with basic information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Schema name (default: public) | public |