Skip to content

Commit db5ff64

Browse files
author
Neil Conway
committed
Tweaks for SGML markup.
1 parent dbb7693 commit db5ff64

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/src/sgml/config.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.123 2007/05/15 15:35:46 neilc Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.124 2007/05/17 23:36:04 neilc Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3576,7 +3576,7 @@ SELECT * FROM parent WHERE key = 2400;
35763576
<listitem>
35773577
<para>
35783578
Controls the trigger and rule firing for the current session.
3579-
See <xref linkend="sql-altertable"> for the different options to
3579+
See <xref linkend="sql-altertable" endterm="sql-altertable-title"> for the different options to
35803580
enable or disable triggers and rules. Setting the variable requires
35813581
superuser privilege and can only be done before any query plans have
35823582
been cached. Possible values are <literal>origin</>,

doc/src/sgml/ref/alter_table.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -216,9 +216,9 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
216216
The trigger firing mechanism is also affected by the configuration
217217
variable <xref linkend="guc-session-replication-role">. Simply ENABLEd
218218
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>
220220
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
222222
mode.
223223
</para>
224224
</listitem>
@@ -231,7 +231,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
231231
These forms configure the firing of rewrite rules belonging to the table.
232232
A disabled rule is still known to the system, but is not applied
233233
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
235235
are always applied in order to keep views working even if the current
236236
session is in a non-default replication role.
237237
</para>

0 commit comments

Comments
 (0)