explain
Get a PostgreSQL execution plan for a SELECT or read-only WITH query without running it, using JSON output to analyze query performance.
Instructions
Return a JSON execution plan without ANALYZE; the query is not executed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | One SELECT or read-only WITH statement; no trailing semicolon. | |
| params | No | ||
| timeout_ms | No |