Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4906841

Browse files
author
Neil Conway
committed
Minor improvement to CREATE AGGREGATE docs: add an xref to the docs for
builtin aggregate functions.
1 parentf9a2d0b commit4906841

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 providedinthe 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 documentedin<xref
40+
linkend="functions-aggregate">. If one defines new types or needs
41+
an aggregate function notalready 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)

[8]ページ先頭

©2009-2025 Movatter.jp