index 2eae2090cc64f5e508003011cb8c17e17ca14771..2f30c0ec1daf1d62f993d97af1198fe8cbc5be88 100644 (file)
<!--
-$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 $
PostgreSQL documentation
-->
@@ -29,7 +29,7 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( <replaceabl
[ , SORTOP = <replaceable class="PARAMETER">sort_operator</replaceable> ]
)
-or the old syntax
+<phrase>or the old syntax</phrase>
CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> (
BASETYPE = <replaceable class="PARAMETER">base_type</replaceable>,