summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2017-02-16 16:30:07 +0000
committerTom Lane2017-02-16 16:30:07 +0000
commit3b7673388da3598933ae6c4f9fdc7c79dee05558 (patch)
tree7191356f8e5f5ff49675b95958a4298abb6af98c
parent59407301a39f47e35098a1c211f154adcd2bdaf9 (diff)
Doc: remove duplicate index entry.
This causes a warning with the old html-docs toolchain, though not with the new. I had originally supposed that we needed both <indexterm> entries to get both a primary index entry and a see-also link; but evidently not, as pointed out by Fabien Coelho. Discussion: https://postgr.es/m/alpine.DEB.2.20.1702161616060.5445@lancre
-rw-r--r--doc/src/sgml/syntax.sgml3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index 4ea667bd52..40f722c18d 100644
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -1699,9 +1699,6 @@ SELECT string_agg(a ORDER BY a, ',') FROM table; -- incorrect
<para>
<indexterm>
<primary>median</primary>
- </indexterm>
- <indexterm>
- <primary>median</primary>
<seealso>percentile</seealso>
</indexterm>
An example of an ordered-set aggregate call is: