Re: Array functions not mentioned in Index - Mailing list pgsql-docs

From Mario Splivalo
Subject Re: Array functions not mentioned in Index
Date
Msg-id 49D2CA1C.2060300@megafon.hr
Whole thread Raw
In response to Re: Array functions not mentioned in Index  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Array functions not mentioned in Index  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
Alvaro Herrera wrote:
> Mario Splivalo wrote:
>> None of the array functions
>> (http://www.postgresql.org/docs/8.3/interactive/functions-array.html)
>> are mentioned in the documentation index. Is that intentional?
>> I thought it would be 'handy' to have those functions referenced in index.
>
> Agreed -- please submit a patch.

Hope this is ok. How can I submit patch for 8.3 documentation?

    Mario
? func.sgml.patch
Index: doc/src/sgml/func.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/func.sgml,v
retrieving revision 1.473
diff -c -r1.473 func.sgml
*** doc/src/sgml/func.sgml    23 Mar 2009 21:00:38 -0000    1.473
--- doc/src/sgml/func.sgml    1 Apr 2009 01:48:14 -0000
***************
*** 9338,9343 ****
--- 9338,9380 ----
     for more discussion and examples of the use of these functions.
    </para>

+   <indexterm>
+     <primary>array_append</primary>
+   </indexterm>
+   <indexterm>
+     <primary>array_cat</primary>
+   </indexterm>
+   <indexterm>
+     <primary>array_ndims</primary>
+   </indexterm>
+   <indexterm>
+     <primary>array_dims</primary>
+   </indexterm>
+   <indexterm>
+     <primary>array_fill</primary>
+   </indexterm>
+   <indexterm>
+     <primary>array_length</primary>
+   </indexterm>
+   <indexterm>
+     <primary>array_lower</primary>
+   </indexterm>
+   <indexterm>
+     <primary>array_prepend</primary>
+   </indexterm>
+   <indexterm>
+     <primary>array_to_string</primary>
+   </indexterm>
+  <indexterm>
+     <primary>array_upper</primary>
+   </indexterm>
+   <indexterm>
+     <primary>string_to_array</primary>
+   </indexterm>
+   <indexterm>
+     <primary>cardinality</primary>
+   </indexterm>
+
      <table id="array-functions-table">
       <title>Array Functions</title>
       <tgroup cols="5">

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Adding an table of contents in SGML
Next
From: Tom Lane
Date:
Subject: Re: Array functions not mentioned in Index