diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-06-12 17:36:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-06-12 17:36:43 -0400 |
commit | 6a631a454664c145b7da88c9ef3976f8ac3ab0b1 (patch) | |
tree | b6422fe3129298a2eae0723bc5685d875f95d652 | |
parent | e76de886157b7f974d4d247908b242607cfbf043 (diff) | |
download | postgresql-6a631a454664c145b7da88c9ef3976f8ac3ab0b1.tar.gz postgresql-6a631a454664c145b7da88c9ef3976f8ac3ab0b1.zip |
doc: PG 12 relnotes, merge new SQL partition function items
Reported-by: Andres Freund
Discussion: https://postgr.es/m/20190528155823.3e4cezblxjxotq2q@alap3.anarazel.de
-rw-r--r-- | doc/src/sgml/release-12.sgml | 33 |
1 files changed, 10 insertions, 23 deletions
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 <rhaas@postgresql.org> <!-- Author: Michael Paquier <michael@paquier.xyz> 2019-02-08 [3677a0b26] Add pg_partition_root to display top-most parent of a pa ---> - - <para> - Add function <link - linkend="functions-info-partition"><function>pg_partition_root()</function></link> - to return top-most parent of a partition tree (Michaël Paquier) - </para> - </listitem> - - <listitem> -<!-- Author: Alvaro Herrera <alvherre@alvh.no-ip.org> 2019-03-04 [b96f6b194] pg_partition_ancestors +Author: Michael Paquier <michael@paquier.xyz> +2018-10-30 [d5eec4eef] Add pg_partition_tree to display information about parti --> <para> - Add function <link - linkend="functions-info-partition"><function>pg_partition_ancestors()</function></link> - to report all ancestors of a partition (Álvaro Herrera) + Add partition introspection functions (Michaël Paquier, Álvaro + Herrera, Amit Langote) </para> - </listitem> - - <listitem> -<!-- -Author: Michael Paquier <michael@paquier.xyz> -2018-10-30 [d5eec4eef] Add pg_partition_tree to display information about parti ---> <para> - Add function <link + New function <link + linkend="functions-info-partition"><function>pg_partition_root()</function></link> + returns the top-most parent of a partition tree, <link + linkend="functions-info-partition"><function>pg_partition_ancestors()</function></link> + reports all ancestors of a partition, and <link linkend="functions-info-partition"><function>pg_partition_tree()</function></link> - to display information about partitions (Amit Langote) + displays information about partitions. </para> </listitem> |