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
This commit is contained in:
Bruce Momjian 2003-08-17 04:46:59 +00:00
parent e7f266e5fe
commit 41477b9a83
5 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.10 2003/06/18 12:19:11 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.11 2003/08/17 04:46:59 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -129,10 +129,9 @@ PostgreSQL documentation
<term><option>--host <replaceable class="parameter">host</replaceable></></term> <term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem> <listitem>
<para> <para>
Specifies the host name of the machine on which the Specifies the host name of the machine on which the server is
server running. If the value begins with a slash, it is used as the
is running. If the value begins with a slash, it is used directory for the Unix domain socket.
as the directory for the Unix domain socket.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -182,7 +181,7 @@ PostgreSQL documentation
<term><computeroutput>CLUSTER</computeroutput></term> <term><computeroutput>CLUSTER</computeroutput></term>
<listitem> <listitem>
<para> <para>
Everything went well. The database was successfully clustered.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.34 2003/06/06 15:31:46 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.35 2003/08/17 04:46:59 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -276,7 +276,7 @@ PostgreSQL documentation
<term><computeroutput>CREATE USER</computeroutput></term> <term><computeroutput>CREATE USER</computeroutput></term>
<listitem> <listitem>
<para> <para>
All is well. The user was successfully created.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.26 2003/06/18 12:19:11 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.27 2003/08/17 04:46:59 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -180,7 +180,7 @@ PostgreSQL documentation
<term><computeroutput>DROP USER</computeroutput></term> <term><computeroutput>DROP USER</computeroutput></term>
<listitem> <listitem>
<para> <para>
All is well. The user was successfully removed.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/prepare.sgml,v 1.4 2003/04/26 23:56:51 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/prepare.sgml,v 1.5 2003/08/17 04:46:59 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -130,7 +130,7 @@ PREPARE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
In some situations, the query plan produced by for a prepared In some situations, the query plan produced by for a prepared
statement may be inferior to the plan produced if the statement statement may be inferior to the plan produced if the statement
were submitted and executed normally. This is because when the were submitted and executed normally. This is because when the
statement is planned and the planer attempts to determine the statement is planned and the planner attempts to determine the
optimal query plan, the actual values of any parameters specified optimal query plan, the actual values of any parameters specified
in the statement are in the statement are
unavailable. <productname>PostgreSQL</productname> collects unavailable. <productname>PostgreSQL</productname> collects

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.29 2003/06/18 12:19:11 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.30 2003/08/17 04:46:59 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -59,10 +59,11 @@ PostgreSQL documentation
<para> <para>
<application>vacuumdb</application> might need to connect several <application>vacuumdb</application> might need to connect several
times to the <productname>PostgreSQL</productname> server, asking for times to the <productname>PostgreSQL</productname> server, asking
a password each time. It is convenient to have a for a password each time. It is convenient to have a
<filename>$HOME/.pgpass</> file in such cases. <filename>$HOME/.pgpass</> file in such cases. See <xref
linkend="libpq-pgpass"> for more information.
</para> </para>
</refsect1> </refsect1>
@ -234,7 +235,7 @@ PostgreSQL documentation
<term><computeroutput>VACUUM</computeroutput></term> <term><computeroutput>VACUUM</computeroutput></term>
<listitem> <listitem>
<para> <para>
Everything went well. The database was successfully vacuumed.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>