Re: [DOCS] [HACKERS] switching documentation build to XSLT

2016-11-22 Thread Tom Lane
Peter Eisentraut writes: > If you find any changes in the output that bother you, let pgsql-docs know. So, while I'm complaining, have a look at the Note near the bottom of https://www.postgresql.org/docs/devel/static/datatype-numeric.html and compare to its appearance in https://www.postgresq

Re: [DOCS] Example error in createdb doc

2016-11-22 Thread Tom Lane
Bruce Momjian writes: > On Thu, Oct 27, 2016 at 09:01:59PM -0400, Jason O'Donnell wrote: >> The example given for createdb fails because template0 is not provided: > I have looked over this report and patch, and it just doesn't feel > right. The example is intending to show how to use common psq

Re: [DOCS] Example error in createdb doc

2016-11-22 Thread Bruce Momjian
On Thu, Oct 27, 2016 at 09:01:59PM -0400, Jason O'Donnell wrote: > Hello, > > I believe I've found an incorrect example in the createdb documentation: > https://www.postgresql.org/docs/current/static/app-createdb.html > > The example given for createdb fails because template0 is not provided: >

Re: [DOCS] [HACKERS] switching documentation build to XSLT

2016-11-22 Thread Tom Lane
I wrote: > I notice that whereas used to generate text like > Section 4.1.2.7 > now you get > Section 4.1.2.7, “Constants of Other Types” I also find that for some reason, the results are not formatted consistently. Section cross-references are printed with quotes as shown above, but

Re: [DOCS] [HACKERS] switching documentation build to XSLT

2016-11-22 Thread Tom Lane
Peter Eisentraut writes: > If you find any changes in the output that bother you, let pgsql-docs know. I noticed that sections now appear in the output, which they did not use to: compare https://www.postgresql.org/docs/9.6/static/dml.html https://www.postgresql.org/docs/devel/static/dml.html