In PostgreSQL, table partitioning refers to splitting a large table into smaller sections. PostgreSQL supports list and range partitioning via table heritance. Users have to create each partition as a child table of the master table.

BY Best Interview Question ON 19 Feb 2019