Expand description
Context passed to and from the plugins.
Structs§
- Context
- Context information provided by PgDog to the plugin at statement execution. It contains the actual statement and several metadata about the state of the database cluster:
- Route
- Statement route.
- Statement
- PostgreSQL statement, parsed by
pg_query
.