Re: No documentation for filtering dictionary feature?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: No documentation for filtering dictionary feature?
Дата
Msg-id 24808.1282768466@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: No documentation for filtering dictionary feature?  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: No documentation for filtering dictionary feature?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Deadlock bug