aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-06-13 12:23:42 -0400
committerRobert Haas <rhaas@postgresql.org>2011-06-13 12:25:41 -0400
commit3390fceb69bd818101bcd0f20769ac28ccec725b (patch)
treef448de5044c93d297aa5e1d874e41502cc1cea5f
parenta886c94e5e780839f86468fd7883f0cfd3fabca5 (diff)
downloadpostgresql-3390fceb69bd818101bcd0f20769ac28ccec725b.tar.gz
postgresql-3390fceb69bd818101bcd0f20769ac28ccec725b.zip
Document GUC context for synchronous_standby_names/hot_standby_feedback.
Fujii Masao
-rw-r--r--doc/src/sgml/config.sgml10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 39819695d17..2097499bda7 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2107,6 +2107,10 @@ SET ENABLE_SEQSCAN TO OFF;
<xref linkend="guc-synchronous-commit"> parameter to
<literal>local</> or <literal>off</>.
</para>
+ <para>
+ This parameter can only be set in the <filename>postgresql.conf</>
+ file or on the server command line.
+ </para>
</listitem>
</varlistentry>
@@ -2239,8 +2243,10 @@ SET ENABLE_SEQSCAN TO OFF;
about queries currently executing on the standby. This parameter can
be used to eliminate query cancels caused by cleanup records, but
can cause database bloat on the primary for some workloads.
- The default value is <literal>off</literal>. Feedback messages will not
- be sent more frequently than once per <varname>wal_receiver_status_interval</>.
+ Feedback messages will not be sent more frequently than once per
+ <varname>wal_receiver_status_interval</>. The default value is
+ <literal>off</literal>. This parameter can only be set in the
+ <filename>postgresql.conf</> file or on the server command line.
</para>
</listitem>
</varlistentry>