From 9602630f40d13f17178d0b7846871b242204c574 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 31 Aug 2010 05:57:56 +0000 Subject: [PATCH] Add missing markup for translatability --- doc/src/sgml/ref/create_aggregate.sgml | 4 ++-- 1 file 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 @@ @@ -29,7 +29,7 @@ CREATE AGGREGATE name ( sort_operator ] ) -or the old syntax +or the old syntax CREATE AGGREGATE name ( BASETYPE = base_type, -- 2.39.5