We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64a787 commit bebd62cCopy full SHA for bebd62c
doc/src/sgml/func.sgml
@@ -1541,7 +1541,13 @@ Not defined by this name. Implements the intersection operator '#'
1541
<para>
1542
<firstterm>Aggregate functions</firstterm> allow the generation of simple
1543
statistics about the values of particular columns over the selected set
1544
- of rows. See also <xref linkend="sql" endterm="aggregates-tutorial"> and
+ of rows.
1545
+ See also the chapter on aggregates in
1546
+ <citetitle>The PostgreSQL Tutorial</citetitle>
1547
+<!--
1548
+ <xref linkend="sql" endterm="aggregates-tutorial">
1549
+-->
1550
+ and
1551
<xref linkend="syntax" endterm="aggregates-syntax">.
1552
</para>
1553
0 commit comments