From 0064031f99d1bafda9d3d6d88284dc4e058c5293 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Feb 2003 05:37:44 +0000 Subject: This patch fixes an error in the usage message for 'clusterdb', and makes a few editorial changes to the documentation. Neil Conway --- doc/src/sgml/libpq.sgml | 5 ++--- doc/src/sgml/ref/clusterdb.sgml | 4 ++-- doc/src/sgml/ref/create_database.sgml | 9 ++++----- doc/src/sgml/ref/createlang.sgml | 4 ++-- doc/src/sgml/ref/createuser.sgml | 4 ++-- doc/src/sgml/ref/psql-ref.sgml | 15 ++++++--------- 6 files changed, 18 insertions(+), 23 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 55ad984318b..e6ceefc5cbd 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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. diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index d5667fbf2a9..1b8f9ba331a 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ @@ -164,7 +164,7 @@ PostgreSQL documentation - User name to connect as + User name to connect as. diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index c893a47e7d6..86114a1a079 100644 --- a/doc/src/sgml/ref/create_database.sgml +++ b/doc/src/sgml/ref/create_database.sgml @@ -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. diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index cf26b08f410..507d9d1d19c 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ @@ -150,7 +150,7 @@ PostgreSQL documentation - User name to connect as + User name to connect as. diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 2db51f8fa5d..4825d27b141 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -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). 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 @@ @@ -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. -- cgit v1.2.3