postgres 6.3.2 and regexp

Поиск
Список
Период
Сортировка
От Bill Brandt
Тема postgres 6.3.2 and regexp
Дата
Msg-id 19990418193731.A15075@draaw.net
обсуждение исходный текст
Ответы Re: [SQL] postgres 6.3.2 and regexp
Re: [SQL] postgres 6.3.2 and regexp
Список pgsql-sql
This may have been dealt with before, but I'm encountering a problem with regexp selects in postgres 6.3.2.  Is this a
knownbug?  
 

If I insert a value of '*test*' into an field and do a select like:

select * from table where 'This is a test entry'::text~*field;

I get a reply of:

ERROR:  regcomp failed with error repetition-operator operand invalid

This happens anytime the text has a * as the first character. 

-- 
Bill Brandt                                   
brandtwr@draaw.net                              http://www.draaw.net/


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

Предыдущее
От: Andy Lewis
Дата:
Сообщение: Re: [SQL] Case insensitive searchs
Следующее
От: Joe Shevland
Дата:
Сообщение: Re: [SQL] OUTER JOINS