| 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-0000cA-47@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | 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
------
REL9_6_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/6f932cac7a20995e07d8c546143c45793a5072a0
Modified Files
--------------
doc/src/sgml/textsearch.sgml | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
| 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 |