File tree Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Original file line number Diff line number Diff line change @@ -518,38 +518,25 @@ Author: Robert Haas <rhaas@postgresql.org>
518518<!--
519519Author: Michael Paquier <michael@paquier.xyz>
5205202019-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- <!--
532521Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
5335222019-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
You can’t perform that action at this time.
0 commit comments