Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
183c12e0
Commit
183c12e0
authored
18 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove tabs from SGML file.
parent
d55227f0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/alter_table.sgml
+12
-12
12 additions, 12 deletions
doc/src/sgml/ref/alter_table.sgml
with
12 additions
and
12 deletions
doc/src/sgml/ref/alter_table.sgml
+
12
−
12
View file @
183c12e0
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.9
5
2007/03/
19 23:38:29 wieck
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.9
6
2007/03/
22 15:45:56 momjian
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -213,13 +213,13 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
...
@@ -213,13 +213,13 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
requires superuser privileges; it should be done with caution since
requires superuser privileges; it should be done with caution since
of course the integrity of the constraint cannot be guaranteed if the
of course the integrity of the constraint cannot be guaranteed if the
triggers are not executed.
triggers are not executed.
The trigger firing mechanism is also affected by the configuration
The trigger firing mechanism is also affected by the configuration
variable <xref linkend="guc-session-replication-role">. Simply ENABLEd
variable <xref linkend="guc-session-replication-role">. Simply ENABLEd
triggers will fire when the replication role is <quote>origin</>
triggers will fire when the replication role is <quote>origin</>
(the default) or <quote>local</>. Triggers configured ENABLE REPLICA
(the default) or <quote>local</>. Triggers configured ENABLE REPLICA
will only fire if the session is in <quote>replica</> mode and triggers
will only fire if the session is in <quote>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.
mode.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -230,10 +230,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
...
@@ -230,10 +230,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<para>
<para>
These forms configure the firing of rewrite rules belonging to the table.
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
A disabled rule is still known to the system, but is not applied
during query rewriting. The semantics are as for disabled/enabled
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
are always applied in order to keep views working even if the current
session is in a non-default replication role.
session is in a non-default replication role.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment