SELECT * from pg_partition join pg_class on pg_class.oid = pg_partition.parentid where pg_class.relname = 'your_table' ORDER BY pg_partition.relname