Re: [SQL] Tsearch not searching 'Y'

2010-05-03 Thread Kenneth Marshall
On Thu, Apr 29, 2010 at 01:13:40PM -, sandeep prakash dhumale wrote: > Hello All, > > I am trying to get tsearch working for my application but I am facing a > problem when alphabet 'Y' is the in the tsquery. > > can anyone please share some light on it. > > > # SELECT 'hollywood'::tsvector

[SQL] Re: Re: [GENERAL] [SQL] Tsearch not searching 'Y'

2010-04-29 Thread sandeep prakash dhumale
On Thu, 29 Apr 2010 19:27:33 +0530 wrote >On Thu, Apr 29, 2010 at 01:13:40PM -, sandeep prakash dhumale wrote: >> Hello All, >> >> I am trying to get tsearch working for my application but I am facing a >> problem when alphabet 'Y' is the in the tsquery. >> >> can anyone please share some

[SQL] Tsearch not searching 'Y'

2010-04-29 Thread sandeep prakash dhumale
Hello All, I am trying to get tsearch working for my application but I am facing a problem when alphabet 'Y' is the in the tsquery. can anyone please share some light on it. # SELECT 'hollywood'::tsvector @@ to_tsquery('holly:*'); ?column? -- f (1 row) SELECT 'hollywood'::tsvector

Re: [SQL] Tsearch

2008-06-12 Thread Steve Midgley
At 12:20 PM 6/12/2008, [EMAIL PROTECTED] wrote: Date: Thu, 12 Jun 2008 08:47:44 -0400 From: PostgreSQL Admin <[EMAIL PROTECTED]> To: pgsql-sql@postgresql.org Subject: Tsearch Message-ID: <[EMAIL PROTECTED]> this is a small sample of the data: short_desc |

[SQL] Tsearch

2008-06-12 Thread PostgreSQL Admin
this is a small sample of the data: short_desc | long_desc --+---

[SQL] tsearch vs. fulltextindex

2002-08-13 Thread Christopher Kings-Lynne
Hi, I've just done some performance comparisons between contrib/fulltextindex and contrib/tsearch. Even with every optimisation I can think of for fulltextindex, tsearch is 300 times faster ;) Plus it doesn't require a separate table or complicated queries. I think we should strongly encourage