|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.40 2010/04/03 07:22:58 petere Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.41 2010/08/31 05:57:54 alvherre Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -29,7 +29,7 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( <replaceabl
|
29 | 29 | [ , SORTOP = <replaceable class="PARAMETER">sort_operator</replaceable> ]
|
30 | 30 | )
|
31 | 31 |
|
32 |
| -or the old syntax |
| 32 | +<phrase>or the old syntax</phrase> |
33 | 33 |
|
34 | 34 | CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> (
|
35 | 35 | BASETYPE = <replaceable class="PARAMETER">base_type</replaceable>,
|
|