View Single Post

   
  #9 (permalink)  
Old 04-12-2008, 08:17 AM
Peter Eisentraut
 
Posts: n/a
Default Re: tsearch in core patch, for inclusion

Am Donnerstag, 22. Februar 2007 18:07 schrieb Markus Schiltknecht:
> > I agree so enhancing parser oabout not standard construct isn't good.

>
> Generally? Wow! This would mean PostgreSQL would always lack behind
> other RDBSes, regarding ease of use. Please don't do that!


You are confusing making a full-text index and configuring the full-text
engine. Tsearch already gives you a standard CREATE INDEX variant to do the
former. The discussion here is about the latter, and notably Oracle uses
functions there.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote