Re: BUG #8679: Error in regex function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #8679: Error in regex function
Дата
Msg-id 24994.1386956430@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #8679: Error in regex function  (spmpro@pochta.ru)
Ответы Re: BUG #8679: Error in regex function  ("Erik Rijkers" <er@xs4all.nl>)
Список pgsql-bugs
spmpro@pochta.ru writes:
> May be, regex construction (?<=\pattern\) is not support?

It is not.  What we support is documented at
http://www.postgresql.org/docs/9.2/static/functions-matching.html#FUNCTIONS-POSIX-REGEXP

I have no idea what "(?<=" is supposed to mean --- it's not a standard
regexp construct, for sure.  In general, "(?" is used to introduce
non-POSIX extensions that are specific to particular regexp
implementations.  There's some commonality there, but you should never
assume that such things are portable.

            regards, tom lane

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

Предыдущее
От: anitchakkarwar@gmail.com
Дата:
Сообщение: BUG #8681: column 'n_tup_del' of pg_stat_user_tables doesn't change in case of truncate
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #8681: column 'n_tup_del' of pg_stat_user_tables doesn't change in case of truncate