Re: [DOCS] Incorrect result in the Table 9-28. to_char examples

2017-09-14 Thread David G. Johnston
On Monday, September 11, 2017, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/functions-formatting.html > Description: > > select to_char(3148.5, '9G999D999'); does not return what was > mentioned in > the table, W

[DOCS] Incorrect result in the Table 9-28. to_char examples

2017-09-14 Thread devvapp
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/functions-formatting.html Description: select to_char(3148.5, '9G999D999'); does not return what was mentioned in the table, When I ran this expression it returned 3,148.500 and