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

Поиск
Список
Период
Сортировка
От danilogarciamartins@hotmail.com
Тема BUG #10334: Function regexp_split_to_array Error with '.' (comma)
Дата
Msg-id 20140516020324.16846.76345@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #10334: Function regexp_split_to_array Error with '.' (comma)
Список 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 по дате отправления:

Предыдущее
От: hikkis21c@hotmail.com
Дата:
Сообщение: BUG #10338: could not read block
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #10334: Function regexp_split_to_array Error with '.' (comma)