Re: tsearch in core patch, for inclusion

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: tsearch in core patch, for inclusion
Дата
Msg-id 200701242221.45150.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: tsearch in core patch, for inclusion  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Ответы Re: tsearch in core patch, for inclusion  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Stefan Kaltenbrunner wrote:
> I think one can find arguments for both variants - one of the
> question might even be how other databases are doing that and if the
> proposed syntax is resembling one of those or not.

The closest I could find is Oracle Text, the full-text search for 
Oracle.  Browsing the documentation I see things like

exec ctx_ddl.create_preference('myjlexer','japanese_lexer');
exec ctx_ddl.add_stopword('globallist','the','French');

which look pretty similar to what a procedure-based interface to 
tsearch2 could look like.
-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: tsearch in core patch, for inclusion
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: tsearch in core patch, for inclusion