Re: Simplifying Text Search

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Simplifying Text Search
Дата
Msg-id 7279.1194886602@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Simplifying Text Search  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Simplifying Text Search  (Gregory Stark <stark@enterprisedb.com>)
Re: Simplifying Text Search  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> So we end up with a normal sounding function that is overloaded to
> provide all of the various goodies.

As best I can tell, @@ does exactly this already.  This is just a
different spelling of the same capability, and I don't actually
find it better.  Why is "text_search(x,y)" better than "x @@ y"?
We don't recommend that people write "texteq(x,y)" instead of
"x = y".

> Sound good?

It's not an improvement, it's not compatible with what existing tsearch2
users are accustomed to, and it's several months too late...
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [GENERAL] plperl and regexps with accented characters - incompatible?
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit