We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentab72716 commit7404704Copy full SHA for 7404704
doc/src/sgml/config.sgml
@@ -3636,13 +3636,13 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
3636
<varlistentry id="guc-enable-parallel-append" xreflabel="enable_parallel_append">
3637
<term><varname>enable_parallel_append</varname> (<type>boolean</type>)
3638
<indexterm>
3639
- <primary><varname>enable_parallel_append</> configuration parameter</primary>
+ <primary><varname>enable_parallel_append</varname> configuration parameter</primary>
3640
</indexterm>
3641
</term>
3642
<listitem>
3643
<para>
3644
Enables or disables the query planner's use of parallel-aware
3645
- append plan types. The default is <literal>on</>.
+ append plan types. The default is <literal>on</literal>.
3646
</para>
3647
</listitem>
3648
</varlistentry>