Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
Don't try aligning comments for new archive_command Win32 doc example;
Browse files Browse the repository at this point in the history
it doesn't work.

Backpatch to 9.0.X.
  • Loading branch information
bmomjian committed Sep 13, 2010
1 parent abb4049 commit cd80713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/sgml/backup.sgml
Expand Up @@ -577,8 +577,8 @@ tar -cf backup.tar /usr/local/pgsql/data
character in the command. The simplest useful command is something character in the command. The simplest useful command is something
like: like:
<programlisting> <programlisting>
archive_command = 'cp -i %p /mnt/server/archivedir/%f &lt;/dev/null' # Unix archive_command = 'cp -i %p /mnt/server/archivedir/%f &lt;/dev/null' # Unix
archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
</programlisting> </programlisting>
which will copy archivable WAL segments to the directory which will copy archivable WAL segments to the directory
<filename>/mnt/server/archivedir</>. (This is an example, not a <filename>/mnt/server/archivedir</>. (This is an example, not a
Expand Down

0 comments on commit cd80713

Please sign in to comment.