Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
db5ff64d
Commit
db5ff64d
authored
May 17, 2007
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaks for SGML markup.
parent
dbb76935
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+2
-2
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/alter_table.sgml
+4
-4
No files found.
doc/src/sgml/config.sgml
View file @
db5ff64d
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.12
3 2007/05/15 15:35:46
neilc Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.12
4 2007/05/17 23:36:04
neilc Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
...
...
@@ -3576,7 +3576,7 @@ SELECT * FROM parent WHERE key = 2400;
<listitem>
<para>
Controls the trigger and rule firing for the current session.
See <xref linkend="sql-altertable"> for the different options to
See <xref linkend="sql-altertable"
endterm="sql-altertable-title"
> 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 <literal>origin</>,
...
...
doc/src/sgml/ref/alter_table.sgml
View file @
db5ff64d
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.9
6 2007/03/22 15:45:56 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.9
7 2007/05/17 23:36:04 neilc
Exp $
PostgreSQL documentation
-->
...
...
@@ -216,9 +216,9 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
The trigger firing mechanism is also affected by the configuration
variable <xref linkend="guc-session-replication-role">. Simply ENABLEd
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
<literal>ENABLE REPLICA</literal>
will only fire if the session is in <quote>replica</> mode and triggers
configured
ENABLE ALWAYS
will fire regardless of the current replication
configured
<literal>ENABLE ALWAYS</literal>
will fire regardless of the current replication
mode.
</para>
</listitem>
...
...
@@ -231,7 +231,7 @@ where <replaceable class="PARAMETER">action</replaceable> 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
<literal>ON SELECT</literal>
rules, which
are always applied in order to keep views working even if the current
session is in a non-default replication role.
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment