Thread: NEAR operator
Is there in PostgreSQL something like the full-text NEAR operator of Oracle? That is, to obtain the documents which include two words separated by less than an specified numbers of words (distance). I didn't find anything related with this issue inside the documentation or mailing list archives. Thanks, Mario Barcala
Hello look to fuzzystrmatch module http://www.postgresql.org/docs/8.3/interactive/fuzzystrmatch.html Regards Pavel 2008/7/14 Fco. Mario Barcala Rodríguez <lbarcala@freeresearch.org>: > Is there in PostgreSQL something like the full-text NEAR operator of > Oracle? That is, to obtain the documents which include two words > separated by less than an specified numbers of words (distance). > > I didn't find anything related with this issue inside the documentation > or mailing list archives. > > Thanks, > > Mario Barcala > > > -- > Sent via pgsql-general mailing list (pgsql-general@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general >