1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove reference to tag which is not available to the User's Guide

when built on its own. UG now builds cleanly.
This commit is contained in:
Thomas G. Lockhart
2000-07-08 16:00:15 +00:00
parent a64a787299
commit bebd62c19f

View File

@ -1541,7 +1541,13 @@ Not defined by this name. Implements the intersection operator '#'
<para> <para>
<firstterm>Aggregate functions</firstterm> allow the generation of simple <firstterm>Aggregate functions</firstterm> allow the generation of simple
statistics about the values of particular columns over the selected set 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">. <xref linkend="syntax" endterm="aggregates-syntax">.
</para> </para>