BUG #4438: regexpression gives the error by working with [

Поиск
Список
Период
Сортировка
От Anatoli Lau
Тема BUG #4438: regexpression gives the error by working with [
Дата
Msg-id 200809270046.m8R0kVOl089367@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4438: regexpression gives the error by working with [  (hubert depesz lubaczewski <depesz@depesz.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4438
Logged by:          Anatoli Lau
Email address:      ailau@sharematrix.com
PostgreSQL version: 8.3.3, 8.3.4
Operating system:   Linux Suse 10.3
Description:        regexpression gives the error by working with [
Details:

select regexp_matches('/a/b[534]', E'(.*)\[([0-9]*)\]');
always gives the error but
select regexp_matches('/a/b{534}', E'(.*)\{([0-9]*)\}');
works good, the problems comes up only when '[' used

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Incorrect "invalid AM/PM string" error from to_timestamp
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: BUG #4438: regexpression gives the error by working with [