From: | Alfonso Afonso <aafonsoc(at)gmail(dot)com> |
---|---|
To: | Rafał Pietrak <rafal(at)zorro(dot)isa-geek(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: using text search |
Date: | 2013-04-23 12:30:08 |
Message-ID: | 069FA60A-7EF9-427F-A42D-40A0E1E6FE85@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Rafal
This function returns the position where the substring is found, so you could do a query with clause position(table1.field in table2.field)
The 0 result is not found and maybe, in your case, is faster the use of internal text functions instead of like comparison... hope helps.
Bye
El 23/04/2013, a las 11:24, Rafał Pietrak <rafal(at)zorro(dot)isa-geek(dot)com> escribió:
> W dniu 04/22/2013 08:43 PM, Alfonso Afonso pisze:
>> I forgot to say that the function is "position ( txtseach in txtcomplete)" :)
>>
>> Bye
>
>
> Alfonso, thenx
>
> But if I may: How can I use that function? In a context of my problem?
>
> then again. At the edge of desperation, I'm thinking of writing a function, that will fetch all the KEYWORDS in one query, then cook explicit WHERE clause by string operations, and then EXECUTE it. With (currently) four keywords, I'd expect such function to return results within 5 seconds at most.
>
> but I'd expect that there should be a way to "tell this" to postgresql SQL directly. Isn't it?
>
>
> -R
>
>
Alfonso Afonso
(personal)
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2013-04-23 13:27:43 | Re: inserting into "date" field returns error (COPY/BINARY) |
Previous Message | Manning John | 2013-04-23 12:13:05 | Re: Regression test fails v9.2.4 |