summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart2000-07-08 16:00:15 +0000
committerThomas G. Lockhart2000-07-08 16:00:15 +0000
commitbebd62c19ff9e9b023fc64209861afc4d468db82 (patch)
tree431150ea989f1a12c384ac758290cc40148dfed2
parenta64a787299029faba59d58ccfd66fac4da33c779 (diff)
Remove reference to tag which is not available to the User's Guide
when built on its own. UG now builds cleanly.
-rw-r--r--doc/src/sgml/func.sgml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 597be311047..70ffc9cdd94 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1541,7 +1541,13 @@ Not defined by this name. Implements the intersection operator '#'
<para>
<firstterm>Aggregate functions</firstterm> allow the generation of simple
statistics about the values of particular columns over the selected set
- of rows. See also <xref linkend="sql" endterm="aggregates-tutorial"> and
+ of rows.
+ See also the chapter on aggregates in
+ <citetitle>The PostgreSQL Tutorial</citetitle>
+<!--
+ <xref linkend="sql" endterm="aggregates-tutorial">
+-->
+ and
<xref linkend="syntax" endterm="aggregates-syntax">.
</para>