]> granicus.if.org Git - postgresql/commit
Doc: improve index entry for "median".
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Dec 2016 17:53:09 +0000 (12:53 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Dec 2016 17:53:18 +0000 (12:53 -0500)
commita15c59d19624713f8e02fb11c5460003d9be98ed
treee5729ddff707c1b551eab0cfc235ec269bf399a4
parent53afdef662ef77a3f27fc36dbc0472f855069fd3
Doc: improve index entry for "median".

We had an index entry for "median" attached to the percentile_cont function
entry, which was pretty useless because a person following the link would
never realize that that function was the one they were being hinted to use.

Instead, make the index entry point at the example in syntax-aggregates,
and add a <seealso> link to "percentile".

Also, since that example explicitly claims to be calculating the median,
make it use percentile_cont not percentile_disc.  This makes no difference
in terms of the larger goals of that section, but so far as I can find,
nearly everyone thinks that "median" means the continuous not discrete
calculation.

Per gripe from Steven Winfield.  Back-patch to 9.4 where we introduced
percentile_cont.

Discussion: https://postgr.es/m/20161223102056.25614.1166@wrigleys.postgresql.org
doc/src/sgml/func.sgml
doc/src/sgml/syntax.sgml