From: Tom Lane Date: Mon, 20 Jun 2011 20:27:51 +0000 (-0400) Subject: Fix missed use of "cp -i" in an example, per Fujii Masao. X-Git-Tag: REL8_2_22~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66cab2b600a1f3cfa26ee12550b76e4bda423385;p=thirdparty%2Fpostgresql.git Fix missed use of "cp -i" in an example, per Fujii Masao. Also be more careful about markup: use & not just &. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 611e94911a4..17b1b6c35c1 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -530,7 +530,7 @@ tar -cf backup.tar /usr/local/pgsql/data character in the command. The simplest useful command is something like -archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f' # Unix +archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f' # Unix archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows which will copy archivable WAL segments to the directory