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
Re: Simplifying Text Search |
Список | 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 по дате отправления: