From 44e22647f82b6e42626ee658634443635ab7fca2 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 29 Nov 2018 18:00:08 +0900 Subject: [PATCH] Add pg_partition_tree to documentation index This fixes an oversight from d5eec4ee. Author: Michael Paquier Reviewed-by: Amit Langote Discussion: https://postgr.es/m/20181129072719.GC9004@paquier.xyz --- doc/src/sgml/func.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 09c77db045..112d962824 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -20264,7 +20264,10 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); - pg_partition_tree(regclass) + + pg_partition_tree + pg_partition_tree(regclass) + setof record List information about tables or indexes in a partition tree for a -- 2.40.0