aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-02-13 05:37:44 +0000
committerBruce Momjian <bruce@momjian.us>2003-02-13 05:37:44 +0000
commit0064031f99d1bafda9d3d6d88284dc4e058c5293 (patch)
treeab6a1ad9b8194367919720b4bfce986533dcb29a /doc/src/sgml/ref/psql-ref.sgml
parent48ee6f4916c4b1104b66c03b33e427892a128a21 (diff)
downloadpostgresql-0064031f99d1bafda9d3d6d88284dc4e058c5293.tar.gz
postgresql-0064031f99d1bafda9d3d6d88284dc4e058c5293.zip
This patch fixes an error in the usage message for 'clusterdb', and
makes a few editorial changes to the documentation. Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml15
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 677b4773b43..181d967cbb9 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.84 2003/01/07 20:56:06 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.85 2003/02/13 05:37:43 momjian Exp $
PostgreSQL documentation
-->
@@ -1063,8 +1063,8 @@ Tue Oct 26 21:40:57 CEST 1999
<listitem>
<para>
- 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.
</para>
<note>
<para>
@@ -1169,12 +1169,9 @@ Tue Oct 26 21:40:57 CEST 1999
<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.
+ 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>