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

Commit4f57c28

Browse files
committed
Fix typo.
Fujii Masao
1 parenta95d15f commit4f57c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.264 2010/04/12 22:09:58 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.265 2010/04/13 08:19:12 mha Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1733,7 +1733,7 @@ SET ENABLE_SEQSCAN TO OFF;
17331733
<varname>archive_mode</> is enabled, WAL archiving is temporarily
17341734
disabled, but the server continues to accumulate WAL segment files in
17351735
the expectation that a command will soon be provided. Setting
1736-
<varname>archive_mode</> to a command that does nothing but
1736+
<varname>archive_command</> to a command that does nothing but
17371737
return true, e.g. <literal>/bin/true</>, effectively disables
17381738
archiving, but also breaks the chain of WAL files needed for
17391739
archive recovery, so it should only be used in unusual circumstances.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp