From 41477b9a832e1e8fc11b823b11f075557622a579 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 17 Aug 2003 04:46:59 +0000 Subject: [PATCH] This patch makes two minor fixes to the docs: (1) fixes a spelling mistake in the PREPARE ref page (2) Makes some English more consistent, in the ref pages for some of the client apps (3) Adds a link to the libpq docs in the vacuumdb ref page. Neil Conway --- doc/src/sgml/ref/clusterdb.sgml | 11 +++++------ doc/src/sgml/ref/createuser.sgml | 4 ++-- doc/src/sgml/ref/dropuser.sgml | 4 ++-- doc/src/sgml/ref/prepare.sgml | 4 ++-- doc/src/sgml/ref/vacuumdb.sgml | 13 +++++++------ 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index eb81426187..4e41136168 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ @@ -129,10 +129,9 @@ PostgreSQL documentation - Specifies the host name of the machine on which the - server - is running. If the value begins with a slash, it is used - as the directory for the Unix domain socket. + Specifies the host name of the machine on which the server is + running. If the value begins with a slash, it is used as the + directory for the Unix domain socket. @@ -182,7 +181,7 @@ PostgreSQL documentation CLUSTER - Everything went well. + The database was successfully clustered. diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index ba88277687..6f58117be1 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ @@ -276,7 +276,7 @@ PostgreSQL documentation CREATE USER - All is well. + The user was successfully created. diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index 24e8d8ecf4..c199624d34 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -1,5 +1,5 @@ @@ -180,7 +180,7 @@ PostgreSQL documentation DROP USER - All is well. + The user was successfully removed. diff --git a/doc/src/sgml/ref/prepare.sgml b/doc/src/sgml/ref/prepare.sgml index 9f58b7a5ce..590772ee2a 100644 --- a/doc/src/sgml/ref/prepare.sgml +++ b/doc/src/sgml/ref/prepare.sgml @@ -1,5 +1,5 @@ @@ -130,7 +130,7 @@ PREPARE plan_name [ (PostgreSQL collects diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index e04cf16c3f..490d72b5a2 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ @@ -59,10 +59,11 @@ PostgreSQL documentation - vacuumdb might need to connect several - times to the PostgreSQL server, asking for - a password each time. It is convenient to have a - $HOME/.pgpass file in such cases. + vacuumdb might need to connect several + times to the PostgreSQL server, asking + for a password each time. It is convenient to have a + $HOME/.pgpass file in such cases. See for more information. @@ -234,7 +235,7 @@ PostgreSQL documentation VACUUM - Everything went well. + The database was successfully vacuumed. -- 2.40.0