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:50 -0500 |
commit | 1d69ae419d04fa7919fa282224a566499f3a0fd0 (patch) | |
tree | e5c008a6fdc8ae2cddf73d4ef1376c69c15f5527 | |
parent | 34402ae351e71f852a6c2fee7861a66d0dbeb24c (diff) | |
download | postgresql-1d69ae419d04fa7919fa282224a566499f3a0fd0.tar.gz postgresql-1d69ae419d04fa7919fa282224a566499f3a0fd0.zip |
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 b58cfa578d5..90a3460a712 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12923,6 +12923,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 |