From df57a5e8981d1a3272d4693ffc64eda0afbd3ac1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 Sep 2010 01:35:46 +0000 Subject: [PATCH] Don't try aligning comments for new archive_command Win32 doc example; it doesn't work. Backpatch to 9.0.X. --- doc/src/sgml/backup.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 74bffc0f8d..edfdba7342 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -577,8 +577,8 @@ tar -cf backup.tar /usr/local/pgsql/data character in the command. The simplest useful command is something like: -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 which will copy archivable WAL segments to the directory /mnt/server/archivedir. (This is an example, not a -- 2.40.0