Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdf57a5e

Browse files
committed
Don't try aligning comments for new archive_command Win32 doc example;
it doesn't work.Backpatch to 9.0.X.
1 parent1400b73 commitdf57a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.158 2010/09/12 13:47:12 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.159 2010/09/13 01:35:46 momjian Exp $ -->
22

33
<chapter id="backup">
44
<title>Backup and Restore</title>
@@ -577,8 +577,8 @@ tar -cf backup.tar /usr/local/pgsql/data
577577
character in the command. The simplest useful command is something
578578
like:
579579
<programlisting>
580-
archive_command = 'cp -i %p /mnt/server/archivedir/%f &lt;/dev/null' # Unix
581-
archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"'# Windows
580+
archive_command = 'cp -i %p /mnt/server/archivedir/%f &lt;/dev/null'# Unix
581+
archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
582582
</programlisting>
583583
which will copy archivable WAL segments to the directory
584584
<filename>/mnt/server/archivedir</>. (This is an example, not a

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp