[DOCS] to_char(): 'FM' also suppresses *trailing* zeroes

2017-08-17 Thread Erwin Brandstetter
In Table 9-27. "Template Pattern Modifiers for Numeric Formatting" it says: FM | prefix fill mode (suppress leading zeroes and padding blanks) | FM https://www.postgresql.org/docs/current/static/functions-formatting.html#FUNCTIONS-FORMATTING-NUMERICMOD-TABLE In fact, 'FM' also suppresses *tr

[DOCS] Log rotation note

2017-08-17 Thread Thom Brown
Hi, I'd like to suggest inserting a note in the docs, around log_rotation_age and log_rotation_size, that will explain why the logs might not rotate sometimes. Something along the lines of: "Note: If, at the time log rotation is due, the new name of the log file is identical to the previous one,

[DOCS] Back-and-forth link on GIN Indexes

2017-08-17 Thread djanoiup
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/gin-intro.html Description: Hello, The page https://www.postgresql.org/docs/current/static/gin-intro.html mentions "There is more information about GIN on their website." which su

Re: [DOCS] Default names for CRL and CA files in the backend

2017-08-17 Thread Daniel Gustafsson
> On 17 Aug 2017, at 03:26, Michael Paquier wrote: > > On Thu, Aug 17, 2017 at 7:31 AM, Daniel Gustafsson wrote: >> Commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb removed the default names for >> serverside CRL and CA files, but the defaults were left in the "SSL Server >> File >> Usageā€ table