Skip to content

Commit 2019e24

Browse files
committed
spell cleanups
1 parent 4140085 commit 2019e24

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

doc/src/sgml/ref/pg_dump.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/pg_dump.sgml,v 1.18 2000/07/21 00:24:37 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.19 2000/07/22 04:45:09 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -367,7 +367,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
367367
<para>
368368
When doing a data only dump, <application>pg_dump</application> emits queries
369369
to disable triggers on user tables before inserting the data and queries to
370-
reenable them after the data has been inserted. If the restore is stopped
370+
re-enable them after the data has been inserted. If the restore is stopped
371371
in the middle, the system catalogs may be left in the wrong state.
372372
</para>
373373
</listitem>

doc/src/sgml/ref/postgres-ref.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/postgres-ref.sgml,v 1.12 2000/07/21 17:58:49 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.13 2000/07/22 04:45:09 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -65,7 +65,7 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ -
6565
is the number of shared-memory buffers that the
6666
<application>postmaster</application>
6767
has allocated for the backend server processes that it starts. If the
68-
backend is running standalone, this specifies the number of buffers to
68+
backend is running stand-alone, this specifies the number of buffers to
6969
allocate. This value defaults to 64 buffers, where each buffer is 8k bytes
7070
(or whatever BLCKSZ is set to in config.h).
7171
</para>

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.34 2000/07/21 17:58:49 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.35 2000/07/22 04:45:09 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -1645,7 +1645,7 @@ bar
16451645
<term><envar>DBNAME</envar></term>
16461646
<listitem>
16471647
<para>
1648-
The name of the database you are currently connected to. This is set everytime
1648+
The name of the database you are currently connected to. This is set every time
16491649
you connect to a database (including program startup), but can be unset.
16501650
</para>
16511651
</listitem>
@@ -1727,7 +1727,7 @@ bar
17271727
<term><envar>HOST</envar></term>
17281728
<listitem>
17291729
<para>
1730-
The database server host you are currently connected to. This is set everytime
1730+
The database server host you are currently connected to. This is set every time
17311731
you connect to a database (including program startup), but can be unset.
17321732
</para>
17331733
</listitem>
@@ -1755,7 +1755,7 @@ bar
17551755
<listitem>
17561756
<para>
17571757
The value of the last affected oid, as returned from an <command>INSERT</command>
1758-
or <command>lo_insert</command> commmand. This variable is only guaranteed to be
1758+
or <command>lo_insert</command> command. This variable is only guaranteed to be
17591759
valid until after the result of the next <acronym>SQL</acronym> command has been
17601760
displayed.
17611761
</para>
@@ -1799,7 +1799,7 @@ bar
17991799
<para>
18001800
By default, if non-interactive scripts encounter an error, such as a
18011801
malformed <acronym>SQL</acronym> query or internal meta-command,
1802-
processing continues. This has been the traditional behaviour of
1802+
processing continues. This has been the traditional behavior of
18031803
<application>psql</application> but it is sometimes not desirable. If this variable
18041804
is set, script processing will immediately terminate. If the script was
18051805
called from another script it will terminate in the same fashion.
@@ -2023,7 +2023,7 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp
20232023
If <replaceable class="parameter">digits</replaceable> starts with
20242024
<literal>0x</literal> the rest of the characters are interpreted at a
20252025
hexadecimal digit and the character with the corresponding code is
2026-
subsituted. If the first digit is <literal>0</literal> the characters are
2026+
substituted. If the first digit is <literal>0</literal> the characters are
20272027
interpreted as on octal number and the corresponding character is
20282028
substituted. Otherwise a decimal number is assumed.</para>
20292029
</listitem>
@@ -2184,7 +2184,7 @@ peter@localhost testdb=> SELECT * FROM my_table;
21842184
(4 rows)
21852185

21862186
</programlisting>
2187-
Notice how the int4 colums in right aligned while the text column in left aligned.
2187+
Notice how the int4 columns in right aligned while the text column in left aligned.
21882188
You can make this table look differently by using the <command>\pset</command>
21892189
command:
21902190
<programlisting>
@@ -2279,7 +2279,7 @@ Field separator is "oo".
22792279

22802280
<listitem>
22812281
<para>
2282-
<application>psql</application> only works smootly with servers of the
2282+
<application>psql</application> only works smoothly with servers of the
22832283
same version. That does not mean other combinations will fail outright,
22842284
but subtle and not-so-subtle problems might come up.
22852285
</para>
@@ -2288,7 +2288,7 @@ Field separator is "oo".
22882288
<listitem>
22892289
<para>
22902290
Pressing Control-C during a <quote>copy in</quote> (data sent to the
2291-
server) doesn't show the most ideal of behaviours. If you get a message
2291+
server) doesn't show the most ideal of behaviors. If you get a message
22922292
such as <quote>PQexec: you gotta get out of a COPY state yourself</quote>,
22932293
simply reset the connection by entering <literal>\c - -</literal>.
22942294
</para>

doc/src/sgml/ref/reindex.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.1 2000/03/31 08:16:33 inoue Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.2 2000/07/22 04:45:10 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -15,7 +15,7 @@ Postgres documentation
1515
REINDEX
1616
</refname>
1717
<refpurpose>
18-
Recover corrupted system indexes under standalone Postgres
18+
Recover corrupted system indexes under stand-alone Postgres
1919
</refpurpose>
2020
</refnamediv>
2121
<refsynopsisdiv>
@@ -40,23 +40,23 @@ REINDEX { TABLE | DATABASE | INDEX } <replaceable class="PARAMETER">name</replac
4040
<term>TABLE</term>
4141
<listitem>
4242
<para>
43-
Recreate all indexes of a specfied table.
43+
Recreate all indexes of a specified table.
4444
</para>
4545
</listitem>
4646
</varlistentry>
4747
<varlistentry>
4848
<term>DATABASE</term>
4949
<listitem>
5050
<para>
51-
Recreate all system indexes of a specfied database.
51+
Recreate all system indexes of a specified database.
5252
</para>
5353
</listitem>
5454
</varlistentry>
5555
<varlistentry>
5656
<term>INDEX</term>
5757
<listitem>
5858
<para>
59-
Recreate a specfied index.
59+
Recreate a specified index.
6060
</para>
6161
</listitem>
6262
</varlistentry>
@@ -116,7 +116,7 @@ REINDEX
116116
<para>
117117
<command>REINDEX</command> is used to recover corrupted system indexes.
118118
In order to run REINDEX command,Postmaster must be shutdown and
119-
standalone Postgres should be started instead with options -O and
119+
stand-alone Postgres should be started instead with options -O and
120120
-P(an option to ignore system indexes). Note that we couldn't rely
121121
on system indexes for the recovery of system indexes.
122122
</para>

0 commit comments

Comments
 (0)