diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 17450052ef73d71776a382171fd54e29d3323e1d..754c0110df7911f1b60baa92af71630305d91bc1 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.275 2010/05/03 09:14:17 heikki Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.276 2010/05/03 10:31:29 heikki Exp $ -->
 
 <chapter Id="runtime-config">
   <title>Server Configuration</title>
@@ -1375,7 +1375,8 @@ SET ENABLE_SEQSCAN TO OFF;
         safely skipped, which can make those operations much faster (see
         <xref linkend="populate-pitr">). But minimal WAL does not contain
         enough information to reconstruct the data from a base backup and the
-        WAL logs, so at least <literal>archive</> level must be used to enable
+        WAL logs, so either <literal>archive</> or <literal>hot_standby</>
+        level must be used to enable
         WAL archiving (<xref linkend="guc-archive-mode">) and streaming
         replication.
        </para>