From: Neil Conway Date: Wed, 11 Jan 2006 22:16:39 +0000 (+0000) Subject: Documentation tweak: add spaces around the brackets in the description X-Git-Tag: REL9_0_0~8576 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=416689c866d26a236245a5f58d0ee2aeceb028f9;p=pg-rex%2Fsyncrep.git Documentation tweak: add spaces around the brackets in the description of the CREATE CONVERSION syntax, for consistency with the other SQL reference pages. --- diff --git a/doc/src/sgml/ref/create_conversion.sgml b/doc/src/sgml/ref/create_conversion.sgml index 9bf88807c1..c862a126eb 100644 --- a/doc/src/sgml/ref/create_conversion.sgml +++ b/doc/src/sgml/ref/create_conversion.sgml @@ -1,4 +1,4 @@ - + @@ -17,7 +17,7 @@ -CREATE [DEFAULT] CONVERSION name +CREATE [ DEFAULT ] CONVERSION name FOR source_encoding TO dest_encoding FROM funcname