Re: [DOCS] Docbook 5.x

2016-05-12 Thread Alvaro Herrera
Jürgen Purtz wrote: > after some manual interventions (which must become part of an algorithm) > it's possible to created the complete PDF file for the db4 production chain: > *.sgml -- (perl) --> *.xml and after that step: postgres.xml -- (evaluate > XInclude with xmllint) --> postgres_all.xml --

Re: [DOCS] Docbook 5.x

2016-05-12 Thread Jürgen Purtz
Hi, after some manual interventions (which must become part of an algorithm) it's possible to created the complete PDF file for the db4 production chain: *.sgml -- (perl) --> *.xml and after that step: postgres.xml -- (evaluate XInclude with xmllint) --> postgres_all.xml -- (xsltproc using st

[DOCS] max_worker_processes default not documented

2016-05-12 Thread David G. Johnston
On Thursday, May 12, 2016, Peter Eisentraut < peter.eisentr...@2ndquadrant.com > wrote: > On 5/7/16 11:16 PM, David G. Johnston wrote: > >> While this may be in the postgresql.conf it's absence in the docs is made >> noticeable by the fact both the immediately preceding and subsequent items >> in

Re: [DOCS] max_worker_processes default not documented

2016-05-12 Thread Peter Eisentraut
On 5/7/16 11:16 PM, David G. Johnston wrote: While this may be in the postgresql.conf it's absence in the docs is made noticeable by the fact both the immediately preceding and subsequent items in the 9.6 docs specify their default values. Furthermore, max_parallel_degree defaults to 2 but the w