diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2010-08-31 05:57:56 +0000 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2010-08-31 05:57:56 +0000 |
| commit | 9602630f40d13f17178d0b7846871b242204c574 (patch) | |
| tree | bb584eb902a8eb21b6bcacc8c2c4b24593213d6a /doc/src/sgml/ref | |
| parent | bdf6b6a573e6409e1a0ed7201b2f9c0c19a5f332 (diff) | |
Add missing markup for translatability
Diffstat (limited to 'doc/src/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/create_aggregate.sgml | 4 |
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..f3912b8417c 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.40.2.1 2010/08/31 05:57:56 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>, |
