Fix copy-and-paste brain damage. (These commands do not create a
authorTom Lane
Sun, 6 Jan 2002 03:33:26 +0000 (03:33 +0000)
committerTom Lane
Sun, 6 Jan 2002 03:33:26 +0000 (03:33 +0000)
database.)

doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/droplang.sgml

index 8078b5d4ff364a1115fe04964678c02ef63bcd7b..a9a92682c85657a277c14a1b050cf4c4069b7f2d 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -55,7 +55,7 @@ PostgreSQL documentation
       
        
    Specifies to which database the language should be added.
-        The default is to create a database with the same name as the
+        The default is to use the database with the same name as the
         current system user.
        
       
index 02350ff2c5e2799f98b9b2718df8f72679cc9b75..a42cf05a5bc584b76f77068848b871a22c8b0c6f 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -54,7 +54,7 @@ PostgreSQL documentation
       
        
    Specifies from which database the language should be removed.
-        The default is to create a database with the same name as the
+        The default is to use the database with the same name as the
         current system user.