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: REL8_2_BETA1~1606 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=416689c866d26a236245a5f58d0ee2aeceb028f9;p=thirdparty%2Fpostgresql.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 9bf88807c14..c862a126eb9 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