summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 86ff4e5c9e2..6765b0d584c 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -20276,6 +20276,17 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
</row>
<row>
<entry>
+ <indexterm><primary>pg_partition_ancestors</primary></indexterm>
+ <literal><function>pg_partition_ancestors(<type>regclass</type>)</function></literal>
+ </entry>
+ <entry><type>setof regclass</type></entry>
+ <entry>
+ List the ancestor relations of the given partition,
+ including the partition itself.
+ </entry>
+ </row>
+ <row>
+ <entry>
<indexterm><primary>pg_partition_root</primary></indexterm>
<literal><function>pg_partition_root(<type>regclass</type>)</function></literal>
</entry>