Day: October 3, 2019

Enterprise PostgreSQL Solutions

1. Overview In this article we will use GDB debugger to trace the internals of Postgres and observe how an input query passes through several levels of transformation (Parser -> Analyzer -> Rewriter -> Planner -> Executor) and eventually produces an output. This article is based on PG12 running on