Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4906841

Browse files
author
Neil Conway
committed
Minor improvement to CREATE AGGREGATE docs: add an xref to the docs for
builtin aggregate functions.
1 parent f9a2d0b commit 4906841

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/ref/create_aggregate.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.29 2003/11/29 19:51:38 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.30 2004/04/21 21:52:41 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -34,12 +34,12 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> (
3434
<title>Description</title>
3535

3636
<para>
37-
<command>CREATE AGGREGATE</command> defines a new aggregate function. Some aggregate functions
38-
for base types such as <function>min(integer)</function>
39-
and <function>avg(double precision)</function> are already provided in the standard
40-
distribution. If one defines new types or needs an aggregate function not
41-
already provided, then <command>CREATE AGGREGATE</command>
42-
can be used to provide the desired features.
37+
<command>CREATE AGGREGATE</command> defines a new aggregate
38+
function. Some basic and commonly-used aggregate functions are
39+
included with the distribution; they are documented in <xref
40+
linkend="functions-aggregate">. If one defines new types or needs
41+
an aggregate function not already provided, then <command>CREATE
42+
AGGREGATE</command> can be used to provide the desired features.
4343
</para>
4444

4545
<para>

0 commit comments

Comments
 (0)