Generate a generic plan for a parameterized SQL statement.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | generic_plan |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 11 |
| Latest commit | 2023-06-05 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| apg_plan_mgmt | Amazon Aurora PostgreSQL Query Plan Management extension for managed plan baselines. |
| explanation | EXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree. |
| sr_plan | Planner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates. |
| dsef | DiffStats and ExplainFull: detailed SQL reports for third party help & support |
| pg_py_plan_forwarding | Forward PostgreSQL planner and executor data to embedded Python callbacks |
| pg_query_state | Tool for query progress monitoring in PostgreSQL |
| pg_session_trace | Trace session SQL, bind variables, execution plans, and timing metrics |
| pg_no_seqscan | Prevents or reports sequential scans in development and CI by inspecting query plans. |