diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 532055456ce..49ea455ed61 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -518,38 +518,25 @@ Author: Robert Haas - - - Add function pg_partition_root() - to return top-most parent of a partition tree (Michaël Paquier) - - - - - - - - Add function pg_partition_ancestors() - to report all ancestors of a partition (Álvaro Herrera) - - - - - - Add function + + + New function pg_partition_root() + returns the top-most parent of a partition tree, pg_partition_ancestors() + reports all ancestors of a partition, and pg_partition_tree() - to display information about partitions (Amit Langote) + displays information about partitions.