This patch makes two minor fixes to the docs: (1) fixes a
authorBruce Momjian
Sun, 17 Aug 2003 04:46:59 +0000 (04:46 +0000)
committerBruce Momjian
Sun, 17 Aug 2003 04:46:59 +0000 (04:46 +0000)
spelling mistake in the PREPARE ref page (2) Makes some
English more consistent, in the ref pages for some of the
client apps (3) Adds a link to the libpq docs in the
vacuumdb ref page.

Neil Conway

doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/createuser.sgml
doc/src/sgml/ref/dropuser.sgml
doc/src/sgml/ref/prepare.sgml
doc/src/sgml/ref/vacuumdb.sgml

index eb8142618764a9d40cb4d319f478116abf5c6d73..4e41136168cc66093bff2ecb0b3b2a28895f1209 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -129,10 +129,9 @@ PostgreSQL documentation
       
       
        
-   Specifies the host name of the machine on which the 
-   server
-   is running.  If the value begins with a slash, it is used 
-   as the directory for the Unix domain socket.
+   Specifies the host name of the machine on which the server is
+   running.  If the value begins with a slash, it is used as the
+   directory for the Unix domain socket.
        
       
      
@@ -182,7 +181,7 @@ PostgreSQL documentation
       CLUSTER
       
        
-        Everything went well.
+        The database was successfully clustered.
        
       
      
index ba882776878393151f35027d02818636bd1b2760..6f58117be1cf1c7bf389fb7644391c92f800d8ae 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -276,7 +276,7 @@ PostgreSQL documentation
       CREATE USER
       
        
-        All is well.
+        The user was successfully created.
        
       
      
index 24e8d8ecf45367cb540ed8eafddfdd58c4ba8bf6..c199624d34641a0c31d3258debcff06eaff44eef 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -180,7 +180,7 @@ PostgreSQL documentation
       DROP USER
       
        
-        All is well.
+        The user was successfully removed.
        
       
      
index 9f58b7a5ce8722a4a93d85720d6a0ed396582f49..590772ee2a107b65867c452fe2f3d8040a8ee791 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -130,7 +130,7 @@ PREPARE plan_name [ (
    In some situations, the query plan produced by for a prepared
    statement may be inferior to the plan produced if the statement
    were submitted and executed normally. This is because when the
-   statement is planned and the planer attempts to determine the
+   statement is planned and the planner attempts to determine the
    optimal query plan, the actual values of any parameters specified
    in the statement are
    unavailable. PostgreSQL collects
index e04cf16c3fe17ce3960c842280429f42c6f3fec8..490d72b5a2f6c365675d014595ead9ed5093dd1f 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -59,10 +59,11 @@ PostgreSQL documentation
 
 
   
-  vacuumdb might need to connect several
-  times to the PostgreSQL server, asking for
-  a password each time. It is convenient to have a
-  $HOME/.pgpass file in such cases.
+   vacuumdb might need to connect several
+   times to the PostgreSQL server, asking
+   for a password each time. It is convenient to have a
+   $HOME/.pgpass file in such cases. See 
+   linkend="libpq-pgpass"> for more information.
   
 
  
@@ -234,7 +235,7 @@ PostgreSQL documentation
       VACUUM
       
        
-        Everything went well.
+        The database was successfully vacuumed.