Remove tabs in SGML files.
This commit is contained in:
parent
183c12e0d7
commit
c68a631ce7
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.146 2007/03/19 23:38:28 wieck Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.147 2007/03/22 15:46:56 momjian Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
Documentation of the system catalogs, directed toward PostgreSQL developers
|
Documentation of the system catalogs, directed toward PostgreSQL developers
|
||||||
-->
|
-->
|
||||||
@ -3644,13 +3644,13 @@
|
|||||||
<entry><type>char</type></entry>
|
<entry><type>char</type></entry>
|
||||||
<entry></entry>
|
<entry></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Controls in which <xref linkend="guc-session-replication-role"> modes
|
Controls in which <xref linkend="guc-session-replication-role"> modes
|
||||||
the rule fires.
|
the rule fires.
|
||||||
<literal>O</> = rule fires in <quote>origin</> and <quote>local</> modes,
|
<literal>O</> = rule fires in <quote>origin</> and <quote>local</> modes,
|
||||||
<literal>D</> = rule is disabled,
|
<literal>D</> = rule is disabled,
|
||||||
<literal>R</> = rule fires in <quote>replica</> mode,
|
<literal>R</> = rule fires in <quote>replica</> mode,
|
||||||
<literal>A</> = rule fires always.
|
<literal>A</> = rule fires always.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
@ -4195,13 +4195,13 @@
|
|||||||
<entry><type>char</type></entry>
|
<entry><type>char</type></entry>
|
||||||
<entry></entry>
|
<entry></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Controls in which <xref linkend="guc-session-replication-role"> modes
|
Controls in which <xref linkend="guc-session-replication-role"> modes
|
||||||
the trigger fires.
|
the trigger fires.
|
||||||
<literal>O</> = trigger fires in <quote>origin</> and <quote>local</> modes,
|
<literal>O</> = trigger fires in <quote>origin</> and <quote>local</> modes,
|
||||||
<literal>D</> = trigger is disabled,
|
<literal>D</> = trigger is disabled,
|
||||||
<literal>R</> = trigger fires in <quote>replica</> mode,
|
<literal>R</> = trigger fires in <quote>replica</> mode,
|
||||||
<literal>A</> = trigger fires always.
|
<literal>A</> = trigger fires always.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.116 2007/03/19 23:38:28 wieck Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.117 2007/03/22 15:46:56 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter Id="runtime-config">
|
<chapter Id="runtime-config">
|
||||||
<title>Server Configuration</title>
|
<title>Server Configuration</title>
|
||||||
@ -3530,12 +3530,12 @@ SELECT * FROM parent WHERE key = 2400;
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Controls the trigger and rule firing for the current session.
|
Controls the trigger and rule firing for the current session.
|
||||||
See <xref linkend="sql-altertable"> for the different options to
|
See <xref linkend="sql-altertable"> for the different options to
|
||||||
enable or disable triggers and rules. Setting the variable requires
|
enable or disable triggers and rules. Setting the variable requires
|
||||||
superuser privilege and can only be done before any query plans have
|
superuser privilege and can only be done before any query plans have
|
||||||
been cached. Possible values are <literal>origin</>,
|
been cached. Possible values are <literal>origin</>,
|
||||||
<literal>replica</> and <literal>local</>.
|
<literal>replica</> and <literal>local</>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user