post_parse_analyze_hook
A hook which is 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 (commit a40fa613).
Examples
Usage examples can be found in following extensions:
References
- Unofficial documentation: post_parse_analyze_hook