PostgreSQL Architecture Overview
The architecture of Postgresql consists of 3 main components: Postgresql Instance: It consists of background processes, helper processes, and ashared buffer area.The postmaster process manages the instance. An instance can only manage adatabase cluster and its databases (Cluster concept is explained in detail in Storagetopic).More than one instance can run on the same server at … PostgreSQL Architecture Overview