diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-09-13 01:35:54 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-09-13 01:35:54 +0000 |
| commit | 6bb4a7b30563483c646fb0e5bd08465dc8f373d9 (patch) | |
| tree | d2cde5fb8199e144a17aead111962c3cd22e3252 /doc/src | |
| parent | 1cdf188aa66846f2edef5276e85e07ba592aeefb (diff) | |
Don't try aligning comments for new archive_command Win32 doc example;
it doesn't work.
Backpatch to 9.0.X.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/backup.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 6211868c268..e99d9dc5217 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.156.2.2 2010/09/12 13:47:19 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.156.2.3 2010/09/13 01:35:54 momjian Exp $ --> <chapter id="backup"> <title>Backup and Restore</title> @@ -577,8 +577,8 @@ tar -cf backup.tar /usr/local/pgsql/data character in the command. The simplest useful command is something like: <programlisting> -archive_command = 'cp -i %p /mnt/server/archivedir/%f </dev/null' # Unix -archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows +archive_command = 'cp -i %p /mnt/server/archivedir/%f </dev/null' # Unix +archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows </programlisting> which will copy archivable WAL segments to the directory <filename>/mnt/server/archivedir</>. (This is an example, not a |
