Table partitioning is splitting of a large table in smaller tables based on values of some attribute in the table. This post is about partitioning tables using pg_partman. It provides the following two types of table partitioning, Time-based table partitioning Serial id based partitioning. Follow below sections to do time-based…