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 $
33Postgres 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 seteverytime
1648+ The name of the database you are currently connected to. This is setevery 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 seteverytime
1730+ The database server host you are currently connected to. This is setevery 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>
18001800By default, if non-interactive scripts encounter an error, such as a
18011801malformed <acronym>SQL</acronym> query or internal meta-command,
1802- processing continues. This has been the traditionalbehaviour of
1802+ processing continues. This has been the traditionalbehavior of
18031803 <application>psql</application> but it is sometimes not desirable. If this variable
18041804is set, script processing will immediately terminate. If the script was
18051805called 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
20232023If <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 int4colums in right aligned while the text column in left aligned.
2187+ Notice how the int4columns 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 workssmootly with servers of the
2282+ <application>psql</application> only workssmoothly 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 ofbehaviours . If you get a message
2291+ server) doesn't show the most ideal ofbehaviors . 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>