Fix typo.
authorTatsuo Ishii
Mon, 22 Jul 2002 13:00:00 +0000 (13:00 +0000)
committerTatsuo Ishii
Mon, 22 Jul 2002 13:00:00 +0000 (13:00 +0000)
doc/src/sgml/ref/create_conversion.sgml
doc/src/sgml/ref/drop_conversion.sgml

index 1edc5d2f93319d65636e7d937bc7ee3be5608e41..ce18528d4957e0cc45da679d6e0635069154e363 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
@@ -153,7 +153,7 @@ CREATE CONVERSION myconv FOR 'UNICODE' TO 'LATIN1' FROM myfunc;
   
     CREATE CONVERSION
     is a PostgreSQL extension.
-    There is no CREATE OPERATOR
+    There is no CREATE CONVERSION
     statement in SQL99.
   
  
index 00d2804b51f52cfbc4266611fe339bdb53372171..96f0f74edfc4312bfc778f72851f887768d06025 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
@@ -90,7 +90,7 @@ DROP CONVERSION myname;
   
     DROP CONVERSION
     is a PostgreSQL extension.
-    There is no DROP OPERATOR
+    There is no DROP CONVERSION
     statement in SQL99.