diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-11-13 11:57:16 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-11-13 11:57:33 -0500 |
commit | a3408059dd66b3b9929e04b3697213b31ccb5253 (patch) | |
tree | 0c9a5b16007adc752028bd98daad6b021f2e6e87 | |
parent | 40b85a3ab11e99096dc4489153cfdd4884cdecd3 (diff) |
doc: Add index entry for "hypothetical-set aggregate"
-rw-r--r-- | doc/src/sgml/func.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8fa8d8f435d..386fd425b0c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12904,6 +12904,11 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab; simply produces a null result. </para> + <indexterm> + <primary>hypothetical-set aggregate</primary> + <secondary>built-in</secondary> + </indexterm> + <para> Each of the aggregates listed in <xref linkend="functions-hypothetical-table"> is associated with a |