BUG #10334: Function regexp_split_to_array Error with '.' (comma)

From: danilogarciamartins(at)hotmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #10334: Function regexp_split_to_array Error with '.' (comma)
Date: 2014-05-16 02:03:24
Message-ID: 20140516020324.16846.76345@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 10334
Logged by: Danilo
Email address: danilogarciamartins(at)hotmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Hruska 2014-05-16 04:26:41 Re: BUG #10330: pg_ctl does not correctly honor "DETACHED_PROCESS"
Previous Message Andres Freund 2014-05-15 20:13:32 Re: homebrew install bug