Fix some typos in the documentation

Thom Brown
This commit is contained in:
Peter Eisentraut 2012-04-06 23:55:24 +03:00
parent 25028a27c8
commit 6c41948c39
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ PostgreSQL documentation
<literal>mydbserver</literal> and store it in the local directory <literal>mydbserver</literal> and store it in the local directory
<filename>/usr/local/pgsql/archive</filename>: <filename>/usr/local/pgsql/archive</filename>:
<screen> <screen>
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput> <prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /usr/local/pgsql/archive</userinput>
</screen></para> </screen></para>
</refsect1> </refsect1>

View File

@ -200,7 +200,7 @@
</para> </para>
<para> <para>
When specified on the command line, user and databases names have When specified on the command line, user and database names have
their case preserved &mdash; the presence of spaces or special their case preserved &mdash; the presence of spaces or special
characters might require quoting. Table names and other identifiers characters might require quoting. Table names and other identifiers
do not have their case preserved, except where documented, and do not have their case preserved, except where documented, and