select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

pg_py_plan_forwarding

Forward PostgreSQL planner and executor data to embedded Python callbacks

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_py_plan_forwarding
Version0.1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_py_plan_forwarding
Stars0
Latest commit2022-03-31
Catalogue updated2026-08-30

Related extensions

See also

sr_planPlanner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates.
micromanageexample extension to inject plans
geqo_extensionLoad-only extraction of PostgreSQL's Genetic Query Optimizer with a planner hook and configurable GEQO behavior.
saioExperimental load-only planner hook that searches PostgreSQL join orders with simulated annealing as an alternative to GEQO
rppdTrigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service.
audit_streamPostgres extension that emits audit-stream-py-compatible governance events on watched table CRUD via pg notify, plus a Python LISTEN bridge daemon. The database-tier governance producer for the Kinetic Gain Protocol Suite.
pgtimeTemporal tables extension for PostgreSQL. Automatically tracks Transaction Time (system time) on any table using range types and a high-performance C-based AFTER ROW trigger.
multicornFetch foreign data in Python in your PostgreSQL server.