mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix various instances of "the the".
Two of these were pointed out by Erik Rijkers; the rest I found.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbench.sgml,v 1.14 2010/03/23 04:09:17 itagaki Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbench.sgml,v 1.15 2010/04/23 23:21:43 rhaas Exp $ -->
|
||||
|
||||
<sect1 id="pgbench">
|
||||
<title>pgbench</title>
|
||||
@ -553,7 +553,7 @@ END;
|
||||
<replaceable>nnn</> is the PID of the pgbench process.
|
||||
If the <literal>-j</> option is 2 or higher, creating multiple worker
|
||||
threads, each will have its own log file. The first worker will use the
|
||||
the same name for its log file as in the standard single worker case.
|
||||
same name for its log file as in the standard single worker case.
|
||||
The additional log files for the other workers will be named
|
||||
<filename>pgbench_log.<replaceable>nnn</>.<replaceable>mmm</></filename>,
|
||||
where <replaceable>mmm</> is a sequential number for each worker starting
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.5 2008/10/02 12:20:50 heikki Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.6 2010/04/23 23:21:43 rhaas Exp $ -->
|
||||
|
||||
<sect1 id="pgfreespacemap">
|
||||
<title>pg_freespacemap</title>
|
||||
@ -46,7 +46,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Displays the the amount of free space on each page of the relation,
|
||||
Displays the amount of free space on each page of the relation,
|
||||
according to the FSM. A set of <literal>(blkno bigint, avail int2)</>
|
||||
tuples is returned, one tuple for each page in the relation.
|
||||
</para>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.96 2010/04/03 07:22:58 petere Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.97 2010/04/23 23:21:43 rhaas Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -368,7 +368,7 @@ COPY <replaceable class="parameter">count</replaceable>
|
||||
|
||||
<para>
|
||||
Input data is interpreted according to the current client encoding,
|
||||
and output data is encoded in the the current client encoding, even
|
||||
and output data is encoded in the current client encoding, even
|
||||
if the data does not pass through the client but is read from or
|
||||
written to a file directly by the server.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user