Doc: remove obsolete example.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d5d8a0b7e54ca09d0b5fdfc6afcb307450f33215
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-11-13T18:12:35Z
Releases: 10.0
Doc: remove obsolete example.

The documentation for ts_headline() recommends using a sub-select to
avoid extra evaluations of ts_headline() in a query with ORDER BY+LIMIT.
Since commit 9118d03a8 this contortionism is unnecessary, so remove the
recommendation.  Noted by Oleg Bartunov.

Discussion: <CAF4Au4w6rrH_j1bvVhzpOsRiHCog7sGJ3LSX0tY8ZdwhHT88LQ@mail.gmail.com>

Files

PathChange+/−
doc/src/sgml/textsearch.sgml modified +1 −13

Documentation touched