At 12:19 AM 26-10-1999 -0400, Bruce Momjian wrote: >> Hello, >> >> I've heard that the last version of PostgreSQL >> which i think is 6.5.2 allow to make a search >> in a attribute as a plain text search. >> How can i make that ? > >See contrib/fulltextindex for fast searching of that type. ~ operator >does it already. What does the ~ operator already do? Does it do a fast indexed search? E.g. "search engine" style searches - keywords, key phrases. Or is that only done by contrib/fulltextindex? Thanks, Link. ************