1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -1645,7 +1645,7 @@ bar
1645
1645
<term><envar>DBNAME</envar></term>
1646
1646
<listitem>
1647
1647
<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
1649
1649
you connect to a database (including program startup), but can be unset.
1650
1650
</para>
1651
1651
</listitem>
@@ -1727,7 +1727,7 @@ bar
1727
1727
<term><envar>HOST</envar></term>
1728
1728
<listitem>
1729
1729
<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
1731
1731
you connect to a database (including program startup), but can be unset.
1732
1732
</para>
1733
1733
</listitem>
@@ -1755,7 +1755,7 @@ bar
1755
1755
<listitem>
1756
1756
<para>
1757
1757
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
1759
1759
valid until after the result of the next <acronym>SQL</acronym> command has been
1760
1760
displayed.
1761
1761
</para>
@@ -1799,7 +1799,7 @@ bar
1799
1799
<para>
1800
1800
By default, if non-interactive scripts encounter an error, such as a
1801
1801
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
1803
1803
<application>psql</application> but it is sometimes not desirable. If this variable
1804
1804
is set, script processing will immediately terminate. If the script was
1805
1805
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
2023
2023
If <replaceable class="parameter">digits</replaceable> starts with
2024
2024
<literal>0x</literal> the rest of the characters are interpreted at a
2025
2025
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
2027
2027
interpreted as on octal number and the corresponding character is
2028
2028
substituted. Otherwise a decimal number is assumed.</para>
2029
2029
</listitem>
@@ -2184,7 +2184,7 @@ peter@localhost testdb=> SELECT * FROM my_table;
2184
2184
(4 rows)
2185
2185
2186
2186
</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.
2188
2188
You can make this table look differently by using the <command>\pset</command>
2189
2189
command:
2190
2190
<programlisting>
@@ -2279,7 +2279,7 @@ Field separator is "oo".
2279
2279
2280
2280
<listitem>
2281
2281
<para>
2282
- <application>psql</application> only works smootly with servers of the
2282
+ <application>psql</application> only works smoothly with servers of the
2283
2283
same version. That does not mean other combinations will fail outright,
2284
2284
but subtle and not-so-subtle problems might come up.
2285
2285
</para>
@@ -2288,7 +2288,7 @@ Field separator is "oo".
2288
2288
<listitem>
2289
2289
<para>
2290
2290
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
2292
2292
such as <quote>PQexec: you gotta get out of a COPY state yourself</quote>,
2293
2293
simply reset the connection by entering <literal>\c - -</literal>.
2294
2294
</para>
0 commit comments