summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2017-02-16 16:30:07 +0000
committerTom Lane2017-02-16 16:30:22 +0000
commit4bd0f83172561beb4ced58231ff96314e2a7a742 (patch)
tree6408e209f35222d704f1f842e4e2cbb10ddcb041 /doc/src
parentc3b5cfe33cda6e28bbdc75534706c1a00a9e6c4b (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
Diffstat (limited to 'doc/src')
-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 41d94f0ec54..1117bab4272 100644
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -1709,9 +1709,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: