Commit 49068419 authored by Neil Conway's avatar Neil Conway

Minor improvement to CREATE AGGREGATE docs: add an xref to the docs for

builtin aggregate functions.
parent f9a2d0b2
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.29 2003/11/29 19:51:38 pgsql Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.30 2004/04/21 21:52:41 neilc Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -34,12 +34,12 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( ...@@ -34,12 +34,12 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> (
<title>Description</title> <title>Description</title>
<para> <para>
<command>CREATE AGGREGATE</command> defines a new aggregate function. Some aggregate functions <command>CREATE AGGREGATE</command> defines a new aggregate
for base types such as <function>min(integer)</function> function. Some basic and commonly-used aggregate functions are
and <function>avg(double precision)</function> are already provided in the standard included with the distribution; they are documented in <xref
distribution. If one defines new types or needs an aggregate function not linkend="functions-aggregate">. If one defines new types or needs
already provided, then <command>CREATE AGGREGATE</command> an aggregate function not already provided, then <command>CREATE
can be used to provide the desired features. AGGREGATE</command> can be used to provide the desired features.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment