post_parse_analyze_hook
A hook called after parse analyze goes, immediately after performing transformTopLevelStmt()
post_parse_analyze_hook
is a hook which is called after parse analyze goes, immediately after performing transformTopLevelStmt(
).
post_parse_analyze_hook
was added in PostgreSQL 9.2.
Examples
Usage examples can be found in following extensions:
References
- Unofficial documentation: post_parse_analyze_hook