BUG #10334: Function regexp_split_to_array Error with '.' (comma) - Mailing list pgsql-bugs

From danilogarciamartins@hotmail.com
Subject BUG #10334: Function regexp_split_to_array Error with '.' (comma)
Date
Msg-id 20140516020324.16846.76345@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #10334: Function regexp_split_to_array Error with '.' (comma)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      10334
Logged by:          Danilo
Email address:      danilogarciamartins@hotmail.com
PostgreSQL version: 9.2.4
Operating system:   Windows 7 64 bits
Description:

Ex.: select regexp_split_to_array('1.2.3','.')
returns {"","","","","",""} and not
{1,2,3}.
Thanks

pgsql-bugs by date:

Previous
From: hikkis21c@hotmail.com
Date:
Subject: BUG #10338: could not read block
Next
From: Tom Lane
Date:
Subject: Re: BUG #10334: Function regexp_split_to_array Error with '.' (comma)