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

Commitc0de88c

Browse files
committed
Change wording so that you don't need to understand that wal_levels
form a hierarchy. Per Simon's suggestion.
1 parent1b6c7b1 commitc0de88c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 3 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.275 2010/05/0309:14:17 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.276 2010/05/0310:31:29 heikki Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1375,7 +1375,8 @@ SET ENABLE_SEQSCAN TO OFF;
13751375
safely skipped, which can make those operations much faster (see
13761376
<xref linkend="populate-pitr">). But minimal WAL does not contain
13771377
enough information to reconstruct the data from a base backup and the
1378-
WAL logs, so at least <literal>archive</> level must be used to enable
1378+
WAL logs, so either <literal>archive</> or <literal>hot_standby</>
1379+
level must be used to enable
13791380
WAL archiving (<xref linkend="guc-archive-mode">) and streaming
13801381
replication.
13811382
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp