<entry><type>char</type></entry>
<entry></entry>
<entry>
- Controls in which <xref linkend="guc-session-replication-role"> modes
- the rule fires.
- <literal>O</> = rule fires in <quote>origin</> and <quote>local</> modes,
- <literal>D</> = rule is disabled,
- <literal>R</> = rule fires in <quote>replica</> mode,
- <literal>A</> = rule fires always.
- </entry>
+ Controls in which <xref linkend="guc-session-replication-role"> modes
+ the rule fires.
+ <literal>O</> = rule fires in <quote>origin</> and <quote>local</> modes,
+ <literal>D</> = rule is disabled,
+ <literal>R</> = rule fires in <quote>replica</> mode,
+ <literal>A</> = rule fires always.
+ </entry>
</row>
<row>
<entry><type>char</type></entry>
<entry></entry>
<entry>
- Controls in which <xref linkend="guc-session-replication-role"> modes
- the trigger fires.
- <literal>O</> = trigger fires in <quote>origin</> and <quote>local</> modes,
- <literal>D</> = trigger is disabled,
- <literal>R</> = trigger fires in <quote>replica</> mode,
- <literal>A</> = trigger fires always.
- </entry>
+ Controls in which <xref linkend="guc-session-replication-role"> modes
+ the trigger fires.
+ <literal>O</> = trigger fires in <quote>origin</> and <quote>local</> modes,
+ <literal>D</> = trigger is disabled,
+ <literal>R</> = trigger fires in <quote>replica</> mode,
+ <literal>A</> = trigger fires always.
+ </entry>
</row>
<row>
</indexterm>
<listitem>
<para>
- Controls the trigger and rule firing for the current session.
- See <xref linkend="sql-altertable"> for the different options to
- enable or disable triggers and rules. Setting the variable requires
- superuser privilege and can only be done before any query plans have
- been cached. Possible values are <literal>origin</>,
- <literal>replica</> and <literal>local</>.
+ Controls the trigger and rule firing for the current session.
+ See <xref linkend="sql-altertable"> for the different options to
+ enable or disable triggers and rules. Setting the variable requires
+ superuser privilege and can only be done before any query plans have
+ been cached. Possible values are <literal>origin</>,
+ <literal>replica</> and <literal>local</>.
</para>
</listitem>
</varlistentry>