Skip to content
Snippets Groups Projects
Commit 6c41948c authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix some typos in the documentation

Thom Brown
parent 25028a27
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ PostgreSQL documentation ...@@ -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>
......
...@@ -200,7 +200,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment