Re: [DOCS] 9.1 release notes corrections

2011-03-21 Thread Leslie S Satenstein
How do you want a patch. I will give you page and line from the existing PDF, if that is what you would like. -- Regards  Leslie Mr. Leslie Satenstein 40 years in IT and going strong. Yesterday was a good day, today is a better day, and tomorrow will be even better.   mailto

Re: [DOCS] 9.1 release notes corrections

2011-03-21 Thread Alvaro Herrera
Excerpts from Leslie S Satenstein's message of lun mar 21 16:16:03 -0300 2011: > To the person responsible. > > Before you create the next update to the PDF files, please do a review to > correct all the prototypes that have their text being truncated at the right > margin.  The respecting of ma

Re: [DOCS] 9.1 release notes corrections

2011-03-21 Thread Leslie S Satenstein
To the person responsible. Before you create the next update to the PDF files, please do a review to correct all the prototypes that have their text being truncated at the right margin.  The respecting of margins means I may be able to use my e-book to read the pdf. I do a lot of commuting and

[DOCS] number of semaphores and semaphore sets

2011-03-21 Thread Anton Yuzhaninov
This page: http://www.postgresql.org/docs/9.0/interactive/kernel-resources.html has formula: ceil((max_connections + autovacuum_max_workers) / 16) for number of semaphore sets (identifiers). It seems to be wrong (outdated). Correct formula seems to be ceil((max_connections + autovacuum_max_wo