This patch fixes an error in the usage message for 'clusterdb', and
authorBruce Momjian
Thu, 13 Feb 2003 05:37:44 +0000 (05:37 +0000)
committerBruce Momjian
Thu, 13 Feb 2003 05:37:44 +0000 (05:37 +0000)
makes a few editorial changes to the documentation.

Neil Conway

doc/src/sgml/libpq.sgml
doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/create_database.sgml
doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/createuser.sgml
doc/src/sgml/ref/psql-ref.sgml
src/bin/scripts/clusterdb
src/bin/scripts/createuser

index 55ad984318b54c7dd8aa72a10fb941f3af5b9766..e6ceefc5cbdc2a35e64d407b33a3fe25ade7d2db 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -2137,8 +2137,7 @@ sets the default time zone.
 
 
 PGCLIENTENCODING
-sets the default client encoding (if multibyte support was selected
-when configuring PostgreSQL).
+sets the default client encoding.
 
 
 
index d5667fbf2a9ebeb1742b9be05e2922a53a971470..1b8f9ba331a68446068cc28ef6106ccf36a5fe8e 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -164,7 +164,7 @@ PostgreSQL documentation
       
       
        
-        User name to connect as
+        User name to connect as.
        
       
      
index c893a47e7d6b6926abcbaa553b804575e1e7d5fa..86114a1a079d78cb72c0f199846990975a477187 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -224,10 +224,9 @@ CREATE DATABASE name
   
 
   
-   The optional encoding parameter allows selection of the database encoding,
-   if your server was compiled with multibyte encoding support.  When not
-   specified, it defaults to the encoding used by the selected template
-   database.
+   The optional encoding parameter allows selection of the database
+   encoding.  When not specified, it defaults to the encoding used by
+   the selected template database.
   
 
   
index cf26b08f4107835ec8ece2f4755bc9ff3c610859..507d9d1d19c1074162179f2cb49eb88b322407f1 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -150,7 +150,7 @@ PostgreSQL documentation
       
       
        
-        User name to connect as
+        User name to connect as.
        
       
      
index 2db51f8fa5d769943054cf83f72533ca4cfe32a6..4825d27b141b7fa6b10193df131b32840d085795 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -227,7 +227,7 @@ PostgreSQL documentation
       
       
        
-        User name to connect as (not the user name to create)
+        User name to connect as (not the user name to create).
        
       
      
index 677b4773b43d11abb8bc99fcc6b8fb3fcc5f4015..181d967cbb902b5a5848747379a1b2792d62d737 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -1063,8 +1063,8 @@ Tue Oct 26 21:40:57 CEST 1999
 
         
         
-        Sets the client encoding, if you are using multibyte encodings.
-        Without an argument, this command shows the current encoding.
+        Sets the client encoding.  Without an argument, this command
+        shows the current encoding.
         
    
    
@@ -1169,12 +1169,9 @@ Tue Oct 26 21:40:57 CEST 1999
         \l (or \list)
         
         
-        List all the databases in the server as well as their owners.
-        Append a + to the command name to see any
-        descriptions for the databases as well. If your
-        PostgreSQL installation was compiled
-        with multibyte encoding support, the encoding scheme of each
-        database is shown as well.
+        List the names, owners, and encodings of all the databases in
+        the server.  Append a + to the command name to
+        see any descriptions for the databases as well.
         
         
       
index ca6510b190611cb53b1398d2991601862999765c..4b9b7c845e99ad8b3f087cbc7cb8ecaf5560fd9c 100644 (file)
@@ -11,7 +11,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.8 2002/10/21 20:32:33 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.9 2003/02/13 05:37:44 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -118,10 +118,9 @@ if [ "$usage" ]; then
    echo "  -a, --all                 cluster all databases"
    echo "  -d, --dbname=DBNAME       database to cluster"
    echo "  -t, --table='TABLE'       cluster specific table only"
-   echo "  -e, --echo                show the command being sent to the backend"
+   echo "  -e, --echo                show the commands sent to the backend"
    echo "  -q, --quiet               don't write any output"
-   echo "  -v, --verbose             write a lot of output"
-   echo " --help                     show this help, then exit"
+   echo "  --help                    show this help, then exit"
    echo
    echo "Connection options:"
    echo "  -h, --host=HOSTNAME       database server host"
index f3983cfcba342475a62f50eda7e9f262629338d4..025993c12523020860ac03efa0621af06b6b57cf 100644 (file)
@@ -9,7 +9,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.29 2002/10/18 22:05:36 petere Exp $
+#    $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.30 2003/02/13 05:37:44 momjian Exp $
 #
 # Note - this should NOT be setuid.
 #
@@ -153,8 +153,8 @@ if [ "$usage" ]; then
    echo "  -N, --unencrypted         do no encrypt stored password"
    echo "  -i, --sysid=SYSID         select sysid for new user"     
    echo "  -e, --echo                show the query being sent to the backend"
-        echo "  -q, --quiet               don't write any messages"
-   echo " --help                     show this help, then exit"
+   echo "  -q, --quiet               don't write any messages"
+   echo "  --help                    show this help, then exit"
    echo
    echo "Connection options:"
    echo "  -h, --host=HOSTNAME       database server host"