Re: [DOCS] functions-formatting.html

2009-09-14 Thread Tom Lane
[email protected] writes: > Was reading the docs and stumbled across what I believe is a mistake. > There is a mistake in Table 9-25 > the result of to_char(148.5,'999D999') should be ' 148.500', > the docs list it as ' 148,500' The example in the docs presumes a locale where comma is the radix

[DOCS] functions-formatting.html

2009-09-14 Thread david
Was reading the docs and stumbled across what I believe is a mistake. There is a mistake in Table 9-25 the result of to_char(148.5,'999D999') should be ' 148.500', the docs list it as ' 148,500' http://www.postgresql.org/docs/8.4/interactive/functions-formatting.html and http://developer.postgre