Documentation tweak: add spaces around the brackets in the description
authorNeil Conway
Wed, 11 Jan 2006 22:16:39 +0000 (22:16 +0000)
committerNeil Conway
Wed, 11 Jan 2006 22:16:39 +0000 (22:16 +0000)
of the CREATE CONVERSION syntax, for consistency with the other SQL
reference pages.

doc/src/sgml/ref/create_conversion.sgml

index 9bf88807c142bb5209890c928b7445aa3de5a619..c862a126eb92192ebade20939eeddb32c5c50325 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
@@ -17,7 +17,7 @@
 
  
 
-CREATE [DEFAULT] CONVERSION name
+CREATE [ DEFAULT ] CONVERSION name
     FOR source_encoding TO dest_encoding FROM funcname