a little fix for text search

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема a little fix for text search
Дата
Msg-id CAF4Au4w6rrH_j1bvVhzpOsRiHCog7sGJ3LSX0tY8ZdwhHT88LQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: a little fix for text search  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
Hi there !

I don't know when exactly it was improved, but following notice in
https://www.postgresql.org/docs/current/static/textsearch-controls.html#TEXTSEARCH-HEADLINE
is currently not needed.

ts_headline uses the original document, not a tsvector summary, so it can be slow and should be used with care. A typical mistake is to call ts_headline for every matching document when only ten documents are to be shown. SQL subqueries can help; here is an example:

Regards,
Oleg

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: FuncCallContext's call_cntr & max_calls are uint64
Следующее
От: Tom Lane
Дата:
Сообщение: Re: a little fix for text search