Add pg_partition_tree to doc index

Started by Michael Paquierabout 7 years ago3 messages
#1Michael Paquier
michael@paquier.xyz
1 attachment(s)

Hi all,

d5eec4ee has added pg_partition_tree, unfortunately it is not showing in
the documentation index. Please see attached to fix the mistake.

Any thoughts or objections?
--
Michael

Attachments:

add-partition-func-doc.patchtext/x-diff; charset=us-asciiDownload
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());
 
      <tbody> 
       <row>
-       <entry><literal><function>pg_partition_tree(<type>regclass</type>)</function></literal></entry>
+       <entry>
+        <indexterm><primary>pg_partition_tree</primary></indexterm>
+        <literal><function>pg_partition_tree(<type>regclass</type>)</function></literal>
+       </entry>
        <entry><type>setof record</type></entry>
        <entry>
         List information about tables or indexes in a partition tree for a
#2Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
In reply to: Michael Paquier (#1)
Re: Add pg_partition_tree to doc index

Hi Michael,

On 2018/11/29 16:27, Michael Paquier wrote:

Hi all,

d5eec4ee has added pg_partition_tree, unfortunately it is not showing in
the documentation index. Please see attached to fix the mistake.

Oh, I wasn't aware of this index and that the tag <indexterm> is meant for
that.

Any thoughts or objections?

It's an oversight. Thanks for fixing it.

Thanks,
Amit

#3Michael Paquier
michael@paquier.xyz
In reply to: Amit Langote (#2)
Re: Add pg_partition_tree to doc index

On Thu, Nov 29, 2018 at 04:35:06PM +0900, Amit Langote wrote:

On 2018/11/29 16:27, Michael Paquier wrote:

Any thoughts or objections?

It's an oversight. Thanks for fixing it.

Okay, done as long as I don't forget..
--
Michael