pg_explain_query
Get an execution plan for a read-only SELECT or WITH statement without running it, revealing query performance before actual execution.
Instructions
Return the PostgreSQL query plan for a read-only SELECT/WITH statement, without running it. Useful for checking whether a query will be slow before running it for real.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |