Add missing markup for translatability
authorAlvaro Herrera
Tue, 31 Aug 2010 05:57:54 +0000 (05:57 +0000)
committerAlvaro Herrera
Tue, 31 Aug 2010 05:57:54 +0000 (05:57 +0000)
doc/src/sgml/ref/create_aggregate.sgml

index 2eae2090cc64f5e508003011cb8c17e17ca14771..2f30c0ec1daf1d62f993d97af1198fe8cbc5be88 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -29,7 +29,7 @@ CREATE AGGREGATE name ( 
     [ , SORTOP = sort_operator ]
 )
 
-or the old syntax
+or the old syntax
 
 CREATE AGGREGATE name (
     BASETYPE = base_type,