makes a few editorial changes to the documentation.
Neil Conway
PGCLIENTENCODING
-sets the default client encoding (if multibyte support was selected
-when configuring
PostgreSQL).
+sets the default client encoding.
- User name to connect as
+ User name to connect as.
- 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.
- User name to connect as
+ User name to connect as.
- User name to connect as (not the user name to create)
+ User name to connect as (not the user name to create).
- 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.
\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.
#
#
# 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 $
#
#-------------------------------------------------------------------------
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"
#
#
# 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.
#
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"