Re: [DOCS] Array functions not mentioned in Index

2009-03-31 Thread Mario Splivalo

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.



Sure thing. It will take some time to get along with Docbook, indexing 
and everything.


Mike

--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] Adding an table of contents in SGML

2009-03-31 Thread Peter Eisentraut
On Tuesday 31 March 2009 04:23:09 Bruce Momjian wrote:
> I would like to add a table of contents to the top of the 8.4 release
> notes:
>
>   http://developer.postgresql.org/pgdocs/postgres/release-8-4.html
>
> Similar to the one at the top here:
>
>   http://developer.postgresql.org/pgdocs/postgres/datatype.html
>
> I tried poking around but didn't find any obvious way to do it.

There is no support for creating table of contents for divisions below chapter 
level.

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] Array functions not mentioned in Index

2009-03-31 Thread Mario Splivalo
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 -	1.473
--- doc/src/sgml/func.sgml	1 Apr 2009 01:48:14 -
***
*** 9338,9343 
--- 9338,9380 
 for more discussion and examples of the use of these functions.

  
+   
+ array_append
+   	
+   
+ array_cat
+   	
+   
+ array_ndims
+   	
+   
+ array_dims
+   	
+   
+ array_fill
+   	
+   
+ array_length
+   	
+   
+ array_lower
+   	
+   
+ array_prepend
+   	
+   
+ array_to_string
+   	
+  
+ array_upper
+   	
+   
+ string_to_array
+   	
+   
+ cardinality
+   	
+ 
  
   Array Functions
   

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] Array functions not mentioned in Index

2009-03-31 Thread Tom Lane
Mario Splivalo  writes:
> Hope this is ok. How can I submit patch for 8.3 documentation?

I think you just did.  Applied, thanks.

regards, tom lane

PS: why'd you omit unnest()?

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs