Re: [HACKERS] Small documentation issue

2011-07-06 Thread Albe Laurenz
Tom Lane wrote: >>> In fdwhandler.sgml, chapter fdwhandler has only one subsection >>> (fdw-routines). >>> >>> If there is only one subsection, no table of contents is generated in >>> the chapter. [...] > I don't know how to change the doc toolchain to do that either. But > on reflection it seem

Re: [HACKERS] Small documentation issue

2011-07-05 Thread Tom Lane
Robert Haas writes: > On Fri, Jul 1, 2011 at 3:15 AM, Albe Laurenz wrote: >> In fdwhandler.sgml, chapter fdwhandler has only one subsection >> (fdw-routines). >> >> If there is only one subsection, no table of contents is generated in >> the chapter. >> That means that people who navigate to the

Re: [HACKERS] Small documentation issue

2011-07-05 Thread Robert Haas
On Fri, Jul 1, 2011 at 3:15 AM, Albe Laurenz wrote: > In fdwhandler.sgml, chapter fdwhandler has only one subsection > (fdw-routines). > > If there is only one subsection, no table of contents is generated in > the chapter. > That means that people who navigate to the chapter from the main table >

[HACKERS] Small documentation issue

2011-07-01 Thread Albe Laurenz
In fdwhandler.sgml, chapter fdwhandler has only one subsection (fdw-routines). If there is only one subsection, no table of contents is generated in the chapter. That means that people who navigate to the chapter from the main table of contents will not see that there is a subsection. I know too