BUG #12609: use of regexp_matches drops rows when there is no match
В списке pgsql-bugs по дате отправления:
| От | trevor@adchemix.com |
|---|---|
| Тема | BUG #12609: use of regexp_matches drops rows when there is no match |
| Дата | |
| Msg-id | 20150120204740.5767.84374@wrigleys.postgresql.org обсуждение исходный текст |
| Ответы |
Re: BUG #12609: use of regexp_matches drops rows when there is no
match
|
| Список | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 12609
Logged by: Trevor J Peschek
Email address: trevor@adchemix.com
PostgreSQL version: 9.3.3
Operating system: Red Hat 4.6.3-2
Description:
When using regexp_matches while referencing a location in the array, if the
match fails, the entire row is skipped instead of just a null for the column
using regexp_matches. Example:
select
aColumn,
(regexp_matches(queryCol, '(https?)://(.*?)/(.*?)\?(.*?)'))[3]
from myTable
Even if the column with the regexp_matches returns a null, we would expect
the row to be populated with aColumn and then a null. What happens though
is nothing is returned.
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера