Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit183c12e

Browse files
committed
Remove tabs from SGML file.
1 parentd55227f commit183c12e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 12 additions & 12 deletions
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.95 2007/03/19 23:38:29 wieck Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.96 2007/03/22 15:45:56 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -213,13 +213,13 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
213213
requires superuser privileges; it should be done with caution since
214214
of course the integrity of the constraint cannot be guaranteed if the
215215
triggers are not executed.
216-
The trigger firing mechanism is also affected by the configuration
217-
variable <xref linkend="guc-session-replication-role">. Simply ENABLEd
218-
triggers will fire when the replication role is <quote>origin</>
219-
(the default) or <quote>local</>. Triggers configured ENABLE REPLICA
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
222-
mode.
216+
The trigger firing mechanism is also affected by the configuration
217+
variable <xref linkend="guc-session-replication-role">. Simply ENABLEd
218+
triggers will fire when the replication role is <quote>origin</>
219+
(the default) or <quote>local</>. Triggers configured ENABLE REPLICA
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
222+
mode.
223223
</para>
224224
</listitem>
225225
</varlistentry>
@@ -230,10 +230,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
230230
<para>
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
233-
during query rewriting. The semantics are as for disabled/enabled
234-
triggers. This configuration is ignored for ON SELECT rules, which
235-
are always applied in order to keep views working even if the current
236-
session is in a non-default replication role.
233+
during query rewriting. The semantics are as for disabled/enabled
234+
triggers. This configuration is ignored for ON SELECT rules, which
235+
are always applied in order to keep views working even if the current
236+
session is in a non-default replication role.
237237
</para>
238238
</listitem>
239239
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp