File tree 1 file changed +10
-23
lines changed
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>
518
518
<!--
519
519
Author: Michael Paquier <michael@paquier.xyz>
520
520
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
- <!--
532
521
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
533
522
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
534
525
-->
535
526
536
527
<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)
540
530
</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
- -->
548
531
549
532
<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
551
538
linkend="functions-info-partition"><function>pg_partition_tree()</function></link>
552
- to display information about partitions (Amit Langote)
539
+ displays information about partitions.
553
540
</para>
554
541
</listitem>
555
542
You can’t perform that action at this time.
0 commit comments