From db5ff64df1374d3586a5e6caa7badae956603301 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 17 May 2007 23:36:04 +0000 Subject: [PATCH] Tweaks for SGML markup. --- doc/src/sgml/config.sgml | 4 ++-- doc/src/sgml/ref/alter_table.sgml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4fd93f5a30c..e614cc001f0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3576,7 +3576,7 @@ SELECT * FROM parent WHERE key = 2400; Controls the trigger and rule firing for the current session. - See for the different options to + See 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 origin, diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 0f55f81d99d..c6f29c496cd 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -216,9 +216,9 @@ where action is one of: The trigger firing mechanism is also affected by the configuration variable . Simply ENABLEd triggers will fire when the replication role is origin - (the default) or local. Triggers configured ENABLE REPLICA + (the default) or local. Triggers configured ENABLE REPLICA will only fire if the session is in replica mode and triggers - configured ENABLE ALWAYS will fire regardless of the current replication + configured ENABLE ALWAYS will fire regardless of the current replication mode. @@ -231,7 +231,7 @@ where action is one of: These forms configure the firing of rewrite rules belonging to the table. A disabled rule is still known to the system, but is not applied during query rewriting. The semantics are as for disabled/enabled - triggers. This configuration is ignored for ON SELECT rules, which + triggers. This configuration is ignored for ON SELECT rules, which are always applied in order to keep views working even if the current session is in a non-default replication role.