Re: [DOCS] intarray - benefits over regular int[]?

2017-08-21 Thread David G. Johnston
On Mon, Aug 21, 2017 at 12:33 PM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/intarray.html > Description: > ​[...]​ > At the moment I am a little unclear whether intarray is effectively a > deprecated module,

[DOCS] intarray - benefits over regular int[]?

2017-08-21 Thread theconor
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/intarray.html Description: Would it be possible for the intarray documentation to describe its benefits over regular int[]? At the moment I am a little unclear whether intarray is

Re: [DOCS] Failing example for to_number()

2017-08-21 Thread David G. Johnston
On Mon, Aug 21, 2017 at 7:55 AM, Erwin Brandstetter wrote: > On top of this (separate issue?) ',' and '.' are ***not*** interpreted > according to the current LC_NUMERIC setting. I.e.: even with (example) > Austrian locale, ',' still is interpreted as group separator and '.' still > is the decima

Re: [DOCS] Failing example for to_number()

2017-08-21 Thread Erwin Brandstetter
On 21 August 2017 at 16:30, David G. Johnston wrote: > On Mon, Aug 21, 2017 at 5:36 AM, Erwin Brandstetter > wrote: > >> The manual suggests here: >> >> https://www.postgresql.org/docs/current/static/functions-for >> matting.html#FUNCTIONS-FORMATTING-TABLE >> >> > to_number(text, text) | numeri

Re: [DOCS] Failing example for to_number()

2017-08-21 Thread David G. Johnston
On Mon, Aug 21, 2017 at 5:36 AM, Erwin Brandstetter wrote: > The manual suggests here: > > https://www.postgresql.org/docs/current/static/functions- > formatting.html#FUNCTIONS-FORMATTING-TABLE > > > to_number(text, text) | numeric convert string to numeric | to_number > ('12,454.8-', '99G999D9S

[DOCS] Failing example for to_number()

2017-08-21 Thread Erwin Brandstetter
The manual suggests here: https://www.postgresql.org/docs/current/static/functions-formatting.html#FUNCTIONS-FORMATTING-TABLE > to_number(text, text) | numeric convert string to numeric | to_number ('12,454.8-', '99G999D9S') The example fails for locales where the comma (',') does not happen to