aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2010-08-31 05:57:54 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2010-08-31 05:57:54 +0000
commite4b96380c34e21046aaca8961fe697c3131c3e65 (patch)
treee30c5c444d5a80e81a21c702f1396e97b0642aef
parent174a51332f98290e3f9414aea18f2225b8379262 (diff)
downloadpostgresql-e4b96380c34e21046aaca8961fe697c3131c3e65.tar.gz
postgresql-e4b96380c34e21046aaca8961fe697c3131c3e65.zip
Add missing markup for translatability
-rw-r--r--doc/src/sgml/ref/create_aggregate.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml
index 2eae2090cc6..2f30c0ec1da 100644
--- a/doc/src/sgml/ref/create_aggregate.sgml
+++ b/doc/src/sgml/ref/create_aggregate.sgml
@@ -1,5 +1,5 @@
<!--
-$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>,