Re: SIMILAR TO syntax (Was: Re: The TODO List (Was: Re: O...)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SIMILAR TO syntax (Was: Re: The TODO List (Was: Re: O...)
Дата
Msg-id 25888.1032724820@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SIMILAR TO syntax (Was: Re: The TODO List (Was: Re: O...)  ("Marc G. Fournier" <scrappy@hub.org>)
Список pgsql-hackers
> On Thu, 19 Sep 2002, Tom Lane wrote:
>> AFAICS, getting SIMILAR TO to operate per spec would require adding some
>> sort of translation function that converts the spec-style pattern into
>> a Posix pattern that our regex match engine would handle.

I did something about this.  The translation function probably needs
work (for one thing, it's not multibyte-aware) but it's a start; and
we shouldn't need any more initdbs to tweak it.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postmaster help output
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ECPG