Thread: Re: [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
Re: [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
From
Alvaro Herrera
Date:
Peter Eisentraut wrote: > Log Message: > ----------- > Use DocBook XSL stylesheets for man page building > > This switches the man page building process to use the DocBook XSL stylesheet > toolchain. The previous targets for Docbook2X are removed. configure has been > updated to look for the new tools. The Documentation appendix contains the > new build instructions. There are also a few isolated tweaks in the > documentation to improve places that came out strangely in the man pages. Excellent work, thanks. I'm wondering if dropping SPI_* manpages is really what we want. Maybe we could add them to man section 3? I know I've wanted to have them a couple of times. Not sure about dblink. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Re: Re: [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
From
Peter Eisentraut
Date:
On Wednesday 05 August 2009 02:43:19 Alvaro Herrera wrote: > I'm wondering if dropping SPI_* manpages is really what we want. Maybe > we could add them to man section 3? I know I've wanted to have them a > couple of times. > > Not sure about dblink. This was just the status quo. We could add more manpages, sure. (I'm interested in pgbench, in particular.) It just needs someone to go through the generated output and verify that it is sane.
Re: Re: [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
From
Alvaro Herrera
Date:
Peter Eisentraut wrote: > On Wednesday 05 August 2009 02:43:19 Alvaro Herrera wrote: > > I'm wondering if dropping SPI_* manpages is really what we want. Maybe > > we could add them to man section 3? I know I've wanted to have them a > > couple of times. > > > > Not sure about dblink. > > This was just the status quo. We could add more manpages, sure. (I'm > interested in pgbench, in particular.) It just needs someone to go through > the generated output and verify that it is sane. Oh, great. I'll have a look at SPI pages. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support