[COMMITTERS] pgsql: Doc: improve index entry for "median".
От | Tom Lane |
---|---|
Тема | [COMMITTERS] pgsql: Doc: improve index entry for "median". |
Дата | |
Msg-id | E1cKU2K-0001eg-FD@gemulon.postgresql.org обсуждение исходный текст |
Список | pgsql-committers |
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 Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/3c9d398484fb6e188e665be8299d6e5e89924c94 Modified Files -------------- doc/src/sgml/func.sgml | 3 --- doc/src/sgml/syntax.sgml | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-)
В списке pgsql-committers по дате отправления: