From 6a631a454664c145b7da88c9ef3976f8ac3ab0b1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 Jun 2019 17:36:43 -0400 Subject: [PATCH] doc: PG 12 relnotes, merge new SQL partition function items Reported-by: Andres Freund Discussion: https://postgr.es/m/20190528155823.3e4cezblxjxotq2q@alap3.anarazel.de --- doc/src/sgml/release-12.sgml | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 532055456c..49ea455ed6 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 partition introspection functions (Michaël Paquier, Álvaro + Herrera, Amit Langote) - - - - - Add 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. -- 2.40.0