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
d27a5665
Commit
d27a5665
authored
Apr 07, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mention of INSTANCE rule system, because it is gone.
parent
a349733b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
doc/src/sgml/ref/create_rule.sgml
doc/src/sgml/ref/create_rule.sgml
+1
-7
No files found.
doc/src/sgml/ref/create_rule.sgml
View file @
d27a5665
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.1
0 1999/07/22 15:09:08 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.1
1 2000/04/07 17:23:11 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -191,12 +191,6 @@ ON UPDATE TO emp-1.salary WHERE emp-2.name = "Joe"
...
@@ -191,12 +191,6 @@ ON UPDATE TO emp-1.salary WHERE emp-2.name = "Joe"
<replaceable class="parameter">action</replaceable> can be the keyword
<replaceable class="parameter">action</replaceable> can be the keyword
<literal>NOTHING</literal>.
<literal>NOTHING</literal>.
</para>
</para>
<para>
When choosing between the rewrite and instance rule systems for a
particular rule application, remember that in the rewrite system,
<literal>current</literal> refers to a relation and some qualifiers
whereas in the instance system it refers to an instance (tuple).
</para>
<para>
<para>
It is very important to note that the rewrite rule system
It is very important to note that the rewrite rule system
will neither detect nor process circular rules. For example, though each
will neither detect nor process circular rules. For example, though each
...
...
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