Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4b9638

Browse files
committed
Add missing markup for translatability
1 parent 174a513 commit e4b9638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_aggregate.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -29,7 +29,7 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( <replaceabl
2929
[ , SORTOP = <replaceable class="PARAMETER">sort_operator</replaceable> ]
3030
)
3131

32-
or the old syntax
32+
<phrase>or the old syntax</phrase>
3333

3434
CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> (
3535
BASETYPE = <replaceable class="PARAMETER">base_type</replaceable>,

0 commit comments

Comments
 (0)