1- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.161 2008/01/21 03:28:42 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.162 2008/01/27 19:12:28 tgl Exp $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -3841,6 +3841,24 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
38413841 </listitem>
38423842 </varlistentry>
38433843
3844+ <varlistentry id="guc-session-replication-role" xreflabel="session_replication_role">
3845+ <term><varname>session_replication_role</varname> (<type>string</type>)</term>
3846+ <indexterm>
3847+ <primary><varname>session_replication_role</> configuration parameter</primary>
3848+ </indexterm>
3849+ <listitem>
3850+ <para>
3851+ Controls firing of replication-related triggers and rules for the
3852+ current session. Setting this variable requires
3853+ superuser privilege and results in discarding any previously cached
3854+ query plans. Possible values are <literal>origin</> (the default),
3855+ <literal>replica</> and <literal>local</>.
3856+ See <xref linkend="sql-altertable" endterm="sql-altertable-title"> for
3857+ more information.
3858+ </para>
3859+ </listitem>
3860+ </varlistentry>
3861+
38443862 <varlistentry id="guc-statement-timeout" xreflabel="statement_timeout">
38453863 <term><varname>statement_timeout</varname> (<type>integer</type>)</term>
38463864 <indexterm>
@@ -3858,23 +3876,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
38583876 </listitem>
38593877 </varlistentry>
38603878
3861- <varlistentry id="guc-session-replication-role" xreflabel="session_replication_role">
3862- <term><varname>session_replication_role</varname> (<type>string</type>)</term>
3863- <indexterm>
3864- <primary><varname>session_replication_role</> configuration parameter</primary>
3865- </indexterm>
3866- <listitem>
3867- <para>
3868- Controls the trigger and rule firing for the current session.
3869- See <xref linkend="sql-altertable" endterm="sql-altertable-title"> for the different options to
3870- enable or disable triggers and rules. Setting the variable requires
3871- superuser privilege and can only be done before any query plans have
3872- been cached. Possible values are <literal>origin</>,
3873- <literal>replica</> and <literal>local</>.
3874- </para>
3875- </listitem>
3876- </varlistentry>
3877-
38783879 <varlistentry id="guc-vacuum-freeze-min-age" xreflabel="vacuum_freeze_min_age">
38793880 <term><varname>vacuum_freeze_min_age</varname> (<type>integer</type>)</term>
38803881 <indexterm>
0 commit comments