Index: doc/src/sgml/libpq.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/libpq.sgml,v
retrieving revision 1.106
diff -c -r1.106 libpq.sgml
*** doc/src/sgml/libpq.sgml	19 Jan 2003 00:13:28 -0000	1.106
--- doc/src/sgml/libpq.sgml	26 Jan 2003 22:08:26 -0000
***************
*** 2114,2121 ****
  <listitem>
  <para>
  <envar>PGCLIENTENCODING</envar>
! sets the default client encoding (if multibyte support was selected
! when configuring <productname>PostgreSQL</productname>).
  </para>
  </listitem>
  </itemizedlist>
--- 2114,2120 ----
  <listitem>
  <para>
  <envar>PGCLIENTENCODING</envar>
! sets the default client encoding.
  </para>
  </listitem>
  </itemizedlist>
Index: doc/src/sgml/ref/clusterdb.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/clusterdb.sgml,v
retrieving revision 1.5
diff -c -r1.5 clusterdb.sgml
*** doc/src/sgml/ref/clusterdb.sgml	11 Oct 2002 23:03:48 -0000	1.5
--- doc/src/sgml/ref/clusterdb.sgml	26 Jan 2003 22:08:26 -0000
***************
*** 164,170 ****
        <term><option>--username <replaceable class="parameter">username</replaceable></></term>
        <listitem>
         <para>
!         User name to connect as
         </para>
        </listitem>
       </varlistentry>
--- 164,170 ----
        <term><option>--username <replaceable class="parameter">username</replaceable></></term>
        <listitem>
         <para>
!         User name to connect as.
         </para>
        </listitem>
       </varlistentry>
Index: doc/src/sgml/ref/create_database.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/create_database.sgml,v
retrieving revision 1.31
diff -c -r1.31 create_database.sgml
*** doc/src/sgml/ref/create_database.sgml	19 Jan 2003 00:13:29 -0000	1.31
--- doc/src/sgml/ref/create_database.sgml	26 Jan 2003 22:08:26 -0000
***************
*** 224,233 ****
    </para>
  
    <para>
!    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.
    </para>
  
    <para>
--- 224,232 ----
    </para>
  
    <para>
!    The optional encoding parameter allows selection of the database
!    encoding.  When not specified, it defaults to the encoding used by
!    the selected template database.
    </para>
  
    <para>
Index: doc/src/sgml/ref/createlang.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/createlang.sgml,v
retrieving revision 1.28
diff -c -r1.28 createlang.sgml
*** doc/src/sgml/ref/createlang.sgml	11 Oct 2002 23:03:48 -0000	1.28
--- doc/src/sgml/ref/createlang.sgml	26 Jan 2003 22:08:26 -0000
***************
*** 150,156 ****
        <term><option>--username <replaceable class="parameter">username</replaceable></></term>
        <listitem>
         <para>
!         User name to connect as
         </para>
        </listitem>
       </varlistentry>
--- 150,156 ----
        <term><option>--username <replaceable class="parameter">username</replaceable></></term>
        <listitem>
         <para>
!         User name to connect as.
         </para>
        </listitem>
       </varlistentry>
Index: doc/src/sgml/ref/createuser.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/createuser.sgml,v
retrieving revision 1.29
diff -c -r1.29 createuser.sgml
*** doc/src/sgml/ref/createuser.sgml	11 Oct 2002 23:03:48 -0000	1.29
--- doc/src/sgml/ref/createuser.sgml	26 Jan 2003 22:08:26 -0000
***************
*** 227,233 ****
        <term><option>--username <replaceable class="parameter">username</replaceable></></term>
        <listitem>
         <para>
!         User name to connect as (not the user name to create)
         </para>
        </listitem>
       </varlistentry>
--- 227,233 ----
        <term><option>--username <replaceable class="parameter">username</replaceable></></term>
        <listitem>
         <para>
!         User name to connect as (not the user name to create).
         </para>
        </listitem>
       </varlistentry>
Index: doc/src/sgml/ref/psql-ref.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/psql-ref.sgml,v
retrieving revision 1.84
diff -c -r1.84 psql-ref.sgml
*** doc/src/sgml/ref/psql-ref.sgml	7 Jan 2003 20:56:06 -0000	1.84
--- doc/src/sgml/ref/psql-ref.sgml	26 Jan 2003 22:08:26 -0000
***************
*** 1063,1070 ****
  
          <listitem>
          <para>
!         Sets the client encoding, if you are using multibyte encodings.
!         Without an argument, this command shows the current encoding.
          </para>
  	<note>
  	<para>
--- 1063,1070 ----
  
          <listitem>
          <para>
!         Sets the client encoding.  Without an argument, this command
!         shows the current encoding.
          </para>
  	<note>
  	<para>
***************
*** 1169,1180 ****
          <term><literal>\l</literal> (or <literal>\list</literal>)</term>
          <listitem>
          <para>
!         List all the databases in the server as well as their owners.
!         Append a <quote>+</quote> to the command name to see any
!         descriptions for the databases as well. If your
!         <productname>PostgreSQL</productname> installation was compiled
!         with multibyte encoding support, the encoding scheme of each
!         database is shown as well.
          </para>
          </listitem>
        </varlistentry>
--- 1169,1177 ----
          <term><literal>\l</literal> (or <literal>\list</literal>)</term>
          <listitem>
          <para>
!         List the names, owners, and encodings of all the databases in
!         the server.  Append a <quote>+</quote> to the command name to
!         see any descriptions for the databases as well.
          </para>
          </listitem>
        </varlistentry>
Index: src/bin/scripts/clusterdb
===================================================================
RCS file: /var/lib/cvs/pgsql-server/src/bin/scripts/clusterdb,v
retrieving revision 1.8
diff -c -r1.8 clusterdb
*** src/bin/scripts/clusterdb	21 Oct 2002 20:32:33 -0000	1.8
--- src/bin/scripts/clusterdb	26 Jan 2003 22:08:26 -0000
***************
*** 118,127 ****
  	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 "  -q, --quiet               don't write any output"
! 	echo "  -v, --verbose             write a lot of output"
! 	echo " --help                     show this help, then exit"
  	echo
  	echo "Connection options:"
  	echo "  -h, --host=HOSTNAME       database server host"
--- 118,126 ----
  	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 commands sent to the backend"
  	echo "  -q, --quiet               don't write any output"
! 	echo "  --help                    show this help, then exit"
  	echo
  	echo "Connection options:"
  	echo "  -h, --host=HOSTNAME       database server host"
Index: src/bin/scripts/createuser
===================================================================
RCS file: /var/lib/cvs/pgsql-server/src/bin/scripts/createuser,v
retrieving revision 1.29
diff -c -r1.29 createuser
*** src/bin/scripts/createuser	18 Oct 2002 22:05:36 -0000	1.29
--- src/bin/scripts/createuser	26 Jan 2003 22:09:14 -0000
***************
*** 153,160 ****
  	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
  	echo "Connection options:"
  	echo "  -h, --host=HOSTNAME       database server host"
--- 153,160 ----
  	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
  	echo "Connection options:"
  	echo "  -h, --host=HOSTNAME       database server host"
