PLPGSQL regexe

Поиск
Список
Период
Сортировка
От rdear
Тема PLPGSQL regexe
Дата
Msg-id 3BA709DD.2020705@dev.internal
обсуждение исходный текст
Список pgsql-general
I'm doing a check within a PL/PGSQL function using a regular expression
and I get the error:

ERROR:  regcomp failed with error invalid character range

This appears to be because of the underscore "_" character. The regex I
want to use is ''[A-Za-z0-9_]'' but this doesn't work. Any suggestions
or is this a bug/feature?


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

Предыдущее
От: "Serge V. Tarasov"
Дата:
Сообщение: Re: adding a superuser
Следующее
От: Hunter Hillegas
Дата:
Сообщение: Build Problem