Re: [HACKERS] Index greater than 8k

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: "Gregory S(dot) Williamson" <gsw(at)globexplorer(dot)com>, Teodor Sigaev <teodor(at)sigaev(dot)ru>, Darcy Buskermolen <darcyb(at)commandprompt(dot)com>, PgSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [HACKERS] Index greater than 8k
Date: 2006-11-03 17:08:33
Message-ID: 454B7791.3060904@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Oleg Bartunov wrote:
> Gregory,
>
> All you described you do with fti is possible with tsearch2. Just need
> some think, of course. If you don't need stemming, just don't use it,
> if you need something like %txt%, just write simple dictionary, which
> produce any substrings from input word.

Is there any information on writing these dictionaries?

Sincerely,

Joshua D. Drake

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Rovero 2006-11-03 17:15:18 Re: Can PostgreSQL reside on the same server as MSDE?
Previous Message Andreas Kretschmer 2006-11-03 17:07:49 Re: creating a dumpfile from a view

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2006-11-03 17:37:33 Re: [HACKERS] Bug in WAL backup documentation
Previous Message Andrew Dunstan 2006-11-03 17:05:47 Re: Coding style question