explain_query
Explain how PostgreSQL executes a SQL query by generating an execution plan, with optional ANALYZE when permitted by policy. Identify performance issues before running queries.
Instructions
EXPLAIN a query; ANALYZE optional and gated by policy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| analyze | No |