pgsql: Doc: remove obsolete example.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: remove obsolete example.
Date: 2016-11-13 18:13:01
Message-ID: E1c5zH3-0000c9-49@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)mail(dot)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d5d8a0b7e54ca09d0b5fdfc6afcb307450f33215

Modified Files
--------------
doc/src/sgml/textsearch.sgml | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-11-14 02:50:34 pgsql: pg_dump: Separate table and sequence data object types
Previous Message Peter Eisentraut 2016-11-13 13:25:12 pgsql: pg_stat_statements: Add .gitignore file for tests