Re: No documentation for filtering dictionary feature?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Teodor Sigaev <teodor(at)sigaev(dot)ru>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: No documentation for filtering dictionary feature?
Date: 2010-08-25 20:34:26
Message-ID: 24808.1282768466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> On Wed, 25 Aug 2010, Tom Lane wrote:
>> No --- that's documentation for a specific contrib module, not
>> documentation about the feature in general. Currently the general
>> description of dictionaries says that it's impossible for a dictionary
>> to modify the input lexeme. Clearly that needs some adjustment,
>> but I'm not sure what, because the feature is not explained anywhere ;-)

> Well, http://www.pgcon.org/2009/schedule/attachments/92_2009.pdf contains
> description of Dictionary API and new TSLexeme->flags: TSL_FILTER
> If dictionary returns only one lexeme with TSL_FILTER flag, then that
> lexeme will be used as an input for the subsequent dictionaries in the chain.

OK. I'll see what can be done with the docs.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-08-25 20:35:56 Re: Deadlock bug
Previous Message Oleg Bartunov 2010-08-25 20:22:49 Re: No documentation for filtering dictionary feature?