Re: tsearch in core patch, for inclusion - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: tsearch in core patch, for inclusion
Date
Msg-id 200701242221.45150.peter_e@gmx.net
Whole thread Raw
In response to Re: tsearch in core patch, for inclusion  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Responses Re: tsearch in core patch, for inclusion
List 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 by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: tsearch in core patch, for inclusion
Next
From: Peter Eisentraut
Date:
Subject: Re: tsearch in core patch, for inclusion