Re: [SQL] postgres 6.3.2 and regexp

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] postgres 6.3.2 and regexp
Дата
Msg-id 3288.924529095@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres 6.3.2 and regexp  (Bill Brandt <brandtwr-pgsql@draaw.net>)
Список pgsql-sql
Bill Brandt <brandtwr-pgsql@draaw.net> writes:
> This may have been dealt with before, but I'm encountering a problem
> with regexp selects in postgres 6.3.2.  Is this a known bug?
> ERROR:  regcomp failed with error repetition-operator operand invalid
> This happens anytime the text has a * as the first character. 

No bug there.  Better go reread the documentation about regular
expressions again.  (Hint: they're not the same as shell wildcards.)
        regards, tom lane


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

Предыдущее
От: Dan Janowski
Дата:
Сообщение: Re: [SQL] OUTER JOINS
Следующее
От: Michael J Davis
Дата:
Сообщение: RE: [SQL] OUTER JOINS