Skip to content

Commit 44e2264

Browse files
committed
Add pg_partition_tree to documentation index
This fixes an oversight from d5eec4e. Author: Michael Paquier Reviewed-by: Amit Langote Discussion: https://postgr.es/m/20181129072719.GC9004@paquier.xyz
1 parent 431f159 commit 44e2264

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20264,7 +20264,10 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2026420264

2026520265
<tbody>
2026620266
<row>
20267-
<entry><literal><function>pg_partition_tree(<type>regclass</type>)</function></literal></entry>
20267+
<entry>
20268+
<indexterm><primary>pg_partition_tree</primary></indexterm>
20269+
<literal><function>pg_partition_tree(<type>regclass</type>)</function></literal>
20270+
</entry>
2026820271
<entry><type>setof record</type></entry>
2026920272
<entry>
2027020273
List information about tables or indexes in a partition tree for a

0 commit comments

Comments
 (0)