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

2009-03-30 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian writes: > > I would like to add a table of contents to the top of the 8.4 release > > notes: > > Resist the temptation. If you have so many sub-sections that it needs > its own table of contents, you have too many. It is not that things are hard to find but rathe

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

2009-03-30 Thread Tom Lane
Bruce Momjian writes: > I would like to add a table of contents to the top of the 8.4 release > notes: Resist the temptation. If you have so many sub-sections that it needs its own table of contents, you have too many. > Similar to the one at the top here: > http://developer.postgresql.or

[DOCS] Adding an table of contents in SGML

2009-03-30 Thread Bruce Momjian
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 a

Re: [DOCS] Array functions not mentioned in Index

2009-03-30 Thread Alvaro Herrera
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.