@@ -2107,6 +2107,10 @@ SET ENABLE_SEQSCAN TO OFF;
21072107 <xref linkend="guc-synchronous-commit"> parameter to
21082108 <literal>local</> or <literal>off</>.
21092109 </para>
2110+ <para>
2111+ This parameter can only be set in the <filename>postgresql.conf</>
2112+ file or on the server command line.
2113+ </para>
21102114 </listitem>
21112115 </varlistentry>
21122116
@@ -2239,8 +2243,10 @@ SET ENABLE_SEQSCAN TO OFF;
22392243 about queries currently executing on the standby. This parameter can
22402244 be used to eliminate query cancels caused by cleanup records, but
22412245 can cause database bloat on the primary for some workloads.
2242- The default value is <literal>off</literal>. Feedback messages will not
2243- be sent more frequently than once per <varname>wal_receiver_status_interval</>.
2246+ Feedback messages will not be sent more frequently than once per
2247+ <varname>wal_receiver_status_interval</>. The default value is
2248+ <literal>off</literal>. This parameter can only be set in the
2249+ <filename>postgresql.conf</> file or on the server command line.
22442250 </para>
22452251 </listitem>
22462252 </varlistentry>