Re: Simplifying Text Search - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Simplifying Text Search
Date
Msg-id 162867790711121259o40ece47etdcfbc0f1b7513c3a@mail.gmail.com
Whole thread Raw
In response to Re: Simplifying Text Search  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Simplifying Text Search
Re: Simplifying Text Search
List pgsql-hackers
Hello

look to standard, please. SQL/MM has part - full text.

SELECT  docno
FROM information
WHERE document.CONTAINS('STEMMED FORM OF "standard"IN SAME PARAGRAPH ASSOUNDS LIKE "sequel"') = 1

it's little bit baroque, It's sample of method.

So,it can be:

SELECT ..  FROM x.contains(y);

It's well readable and elegant too.

Regards
Pavel Stehule


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Simplifying Text Search
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Simplifying Text Search