[][src]Module pgx::hooks

A trait and registration system for hooking Postgres internal operations such as its planner and executor

Structs

HookResult

Traits

PgHooks

Functions

register_hook

Register a PgHook instance to respond to the various hook points