Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6a631a4

Browse files
committed
doc: PG 12 relnotes, merge new SQL partition function items
Reported-by: Andres Freund Discussion: https://postgr.es/m/20190528155823.3e4cezblxjxotq2q@alap3.anarazel.de
1 parent e76de88 commit 6a631a4

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -518,38 +518,25 @@ Author: Robert Haas <rhaas@postgresql.org>
518518
<!--
519519
Author: Michael Paquier <michael@paquier.xyz>
520520
2019-02-08 [3677a0b26] Add pg_partition_root to display top-most parent of a pa
521-
-->
522-
523-
<para>
524-
Add function <link
525-
linkend="functions-info-partition"><function>pg_partition_root()</function></link>
526-
to return top-most parent of a partition tree (Michaël Paquier)
527-
</para>
528-
</listitem>
529-
530-
<listitem>
531-
<!--
532521
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
533522
2019-03-04 [b96f6b194] pg_partition_ancestors
523+
Author: Michael Paquier <michael@paquier.xyz>
524+
2018-10-30 [d5eec4eef] Add pg_partition_tree to display information about parti
534525
-->
535526

536527
<para>
537-
Add function <link
538-
linkend="functions-info-partition"><function>pg_partition_ancestors()</function></link>
539-
to report all ancestors of a partition (Álvaro Herrera)
528+
Add partition introspection functions (Michaël Paquier, Álvaro
529+
Herrera, Amit Langote)
540530
</para>
541-
</listitem>
542-
543-
<listitem>
544-
<!--
545-
Author: Michael Paquier <michael@paquier.xyz>
546-
2018-10-30 [d5eec4eef] Add pg_partition_tree to display information about parti
547-
-->
548531

549532
<para>
550-
Add function <link
533+
New function <link
534+
linkend="functions-info-partition"><function>pg_partition_root()</function></link>
535+
returns the top-most parent of a partition tree, <link
536+
linkend="functions-info-partition"><function>pg_partition_ancestors()</function></link>
537+
reports all ancestors of a partition, and <link
551538
linkend="functions-info-partition"><function>pg_partition_tree()</function></link>
552-
to display information about partitions (Amit Langote)
539+
displays information about partitions.
553540
</para>
554541
</listitem>
555542

0 commit comments

Comments
 (0)