8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174a513 commit e4b9638Copy full SHA for e4b9638
doc/src/sgml/ref/create_aggregate.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.40 2010/04/03 07:22:58 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.41 2010/08/31 05:57:54 alvherre Exp $
3
PostgreSQL documentation
4
-->
5
@@ -29,7 +29,7 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( <replaceabl
29
[ , SORTOP = <replaceable class="PARAMETER">sort_operator</replaceable> ]
30
)
31
32
-or the old syntax
+<phrase>or the old syntax</phrase>
33
34
CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> (
35
BASETYPE = <replaceable class="PARAMETER">base_type</replaceable>,
0 commit comments