Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41477b9

Browse files
committed
This patch makes two minor fixes to the docs: (1) fixes a
spelling mistake in the PREPARE ref page (2) Makes someEnglish more consistent, in the ref pages for some of theclient apps (3) Adds a link to the libpq docs in thevacuumdb ref page.Neil Conway
1 parente7f266e commit41477b9

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

‎doc/src/sgml/ref/clusterdb.sgml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.10 2003/06/18 12:19:11 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.11 2003/08/17 04:46:59 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -129,10 +129,9 @@ PostgreSQL documentation
129129
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
130130
<listitem>
131131
<para>
132-
Specifies the host name of the machine on which the
133-
server
134-
is running. If the value begins with a slash, it is used
135-
as the directory for the Unix domain socket.
132+
Specifies the host name of the machine on which the server is
133+
running. If the value begins with a slash, it is used as the
134+
directory for the Unix domain socket.
136135
</para>
137136
</listitem>
138137
</varlistentry>
@@ -182,7 +181,7 @@ PostgreSQL documentation
182181
<term><computeroutput>CLUSTER</computeroutput></term>
183182
<listitem>
184183
<para>
185-
Everything went well.
184+
The database was successfully clustered.
186185
</para>
187186
</listitem>
188187
</varlistentry>

‎doc/src/sgml/ref/createuser.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.34 2003/06/06 15:31:46 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.35 2003/08/17 04:46:59 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -276,7 +276,7 @@ PostgreSQL documentation
276276
<term><computeroutput>CREATE USER</computeroutput></term>
277277
<listitem>
278278
<para>
279-
All is well.
279+
The user was successfully created.
280280
</para>
281281
</listitem>
282282
</varlistentry>

‎doc/src/sgml/ref/dropuser.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.26 2003/06/18 12:19:11 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.27 2003/08/17 04:46:59 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -180,7 +180,7 @@ PostgreSQL documentation
180180
<term><computeroutput>DROP USER</computeroutput></term>
181181
<listitem>
182182
<para>
183-
All is well.
183+
The user was successfully removed.
184184
</para>
185185
</listitem>
186186
</varlistentry>

‎doc/src/sgml/ref/prepare.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/prepare.sgml,v 1.4 2003/04/26 23:56:51 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/prepare.sgml,v 1.5 2003/08/17 04:46:59 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -130,7 +130,7 @@ PREPARE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
130130
In some situations, the query plan produced by for a prepared
131131
statement may be inferior to the plan produced if the statement
132132
were submitted and executed normally. This is because when the
133-
statement is planned and theplaner attempts to determine the
133+
statement is planned and theplanner attempts to determine the
134134
optimal query plan, the actual values of any parameters specified
135135
in the statement are
136136
unavailable. <productname>PostgreSQL</productname> collects

‎doc/src/sgml/ref/vacuumdb.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.29 2003/06/18 12:19:11 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.30 2003/08/17 04:46:59 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -59,10 +59,11 @@ PostgreSQL documentation
5959

6060

6161
<para>
62-
<application>vacuumdb</application> might need to connect several
63-
times to the <productname>PostgreSQL</productname> server, asking for
64-
a password each time. It is convenient to have a
65-
<filename>$HOME/.pgpass</> file in such cases.
62+
<application>vacuumdb</application> might need to connect several
63+
times to the <productname>PostgreSQL</productname> server, asking
64+
for a password each time. It is convenient to have a
65+
<filename>$HOME/.pgpass</> file in such cases. See <xref
66+
linkend="libpq-pgpass"> for more information.
6667
</para>
6768

6869
</refsect1>
@@ -234,7 +235,7 @@ PostgreSQL documentation
234235
<term><computeroutput>VACUUM</computeroutput></term>
235236
<listitem>
236237
<para>
237-
Everything went well.
238+
The database was successfully vacuumed.
238239
</para>
239240
</listitem>
240241
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp