From 490684190182a6938514cbc2eafbf163a91f6d81 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Wed, 21 Apr 2004 21:52:41 +0000 Subject: [PATCH] Minor improvement to CREATE AGGREGATE docs: add an xref to the docs for builtin aggregate functions. --- doc/src/sgml/ref/create_aggregate.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index 0a991619ea..e3098538fa 100644 --- a/doc/src/sgml/ref/create_aggregate.sgml +++ b/doc/src/sgml/ref/create_aggregate.sgml @@ -1,5 +1,5 @@ @@ -34,12 +34,12 @@ CREATE AGGREGATE name ( Description - CREATE AGGREGATE defines a new aggregate function. Some aggregate functions - for base types such as min(integer) - and avg(double precision) are already provided in the standard - distribution. If one defines new types or needs an aggregate function not - already provided, then CREATE AGGREGATE - can be used to provide the desired features. + CREATE AGGREGATE defines a new aggregate + function. Some basic and commonly-used aggregate functions are + included with the distribution; they are documented in . If one defines new types or needs + an aggregate function not already provided, then CREATE + AGGREGATE can be used to provide the desired features. -- 2.40.0