OSDN Git Service

Documentation tweak: add spaces around the brackets in the description
authorNeil Conway <neilc@samurai.com>
Wed, 11 Jan 2006 22:16:39 +0000 (22:16 +0000)
committerNeil Conway <neilc@samurai.com>
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 9bf8880..c862a12 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.16 2005/05/03 19:17:59 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.17 2006/01/11 22:16:39 neilc Exp $ -->
 
 <refentry id="SQL-CREATECONVERSION">
  <refmeta>
@@ -17,7 +17,7 @@
 
  <refsynopsisdiv>
 <synopsis>
-CREATE [DEFAULT] CONVERSION <replaceable>name</replaceable>
+CREATE [ DEFAULT ] CONVERSION <replaceable>name</replaceable>
     FOR <replaceable>source_encoding</replaceable> TO <replaceable>dest_encoding</replaceable> FROM <replaceable>funcname</replaceable>
 </synopsis>
  </refsynopsisdiv>