]> granicus.if.org Git - postgresql/commitdiff
Doc: remove duplicate index entry.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Feb 2017 16:30:07 +0000 (11:30 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Feb 2017 16:30:22 +0000 (11:30 -0500)
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

doc/src/sgml/syntax.sgml

index 41d94f0ec54b6376bf5dcbbf17a46d52cd6bdd1f..1117bab4272d6ccfc58de89d2723c3bdf2b44ded 100644 (file)
@@ -1707,9 +1707,6 @@ SELECT string_agg(a ORDER BY a, ',') FROM table;  -- incorrect
    </para>
 
    <para>
-    <indexterm>
-     <primary>median</primary>
-    </indexterm>
     <indexterm>
      <primary>median</primary>
      <seealso>percentile</seealso>