When trying to build the documentation there is a minor warning:
collateindex.pl: duplicated index entry found: MEDIAN
Indeed, the "median" index term is specified twice in "syntax.sgml". The
attached patch removes the warning.
--
Fabien.
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index 4ea667b..40f722c 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:
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers