1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.96 2007/03/22 15:45:56 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.97 2007/05/17 23:36:04 neilc Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -216,9 +216,9 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
216
216
The trigger firing mechanism is also affected by the configuration
217
217
variable <xref linkend="guc-session-replication-role">. Simply ENABLEd
218
218
triggers will fire when the replication role is <quote>origin</>
219
- (the default) or <quote>local</>. Triggers configured ENABLE REPLICA
219
+ (the default) or <quote>local</>. Triggers configured<literal> ENABLE REPLICA</literal>
220
220
will only fire if the session is in <quote>replica</> mode and triggers
221
- configured ENABLE ALWAYS will fire regardless of the current replication
221
+ configured<literal> ENABLE ALWAYS</literal> will fire regardless of the current replication
222
222
mode.
223
223
</para>
224
224
</listitem>
@@ -231,7 +231,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
231
231
These forms configure the firing of rewrite rules belonging to the table.
232
232
A disabled rule is still known to the system, but is not applied
233
233
during query rewriting. The semantics are as for disabled/enabled
234
- triggers. This configuration is ignored for ON SELECT rules, which
234
+ triggers. This configuration is ignored for<literal> ON SELECT</literal> rules, which
235
235
are always applied in order to keep views working even if the current
236
236
session is in a non-default replication role.
237
237
</para>