a little fix for text search - Mailing list pgsql-docs

From Oleg Bartunov
Subject a little fix for text search
Date
Msg-id CAF4Au4w6rrH_j1bvVhzpOsRiHCog7sGJ3LSX0tY8ZdwhHT88LQ@mail.gmail.com
Whole thread Raw
Responses Re: a little fix for text search  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: FuncCallContext's call_cntr & max_calls are uint64
Next
From: Tom Lane
Date:
Subject: Re: a little fix for text search