summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2009-09-11 12:53:24 +0000
committerPeter Eisentraut2009-09-11 12:53:24 +0000
commit680bf3268c91d188c018470491ce6ab146960b28 (patch)
tree501b7829e48db5b17cc95edd72236d7d338c09aa
parent19fd0c2e56dab228385fba427e004715ae0482c7 (diff)
Remove claim that this chapter discusses rules and triggers.
per Bruno GuimarĂ£es Carneiro
-rw-r--r--doc/src/sgml/dml.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml
index 6e440be5ca2..33ed078e8c3 100644
--- a/doc/src/sgml/dml.sgml
+++ b/doc/src/sgml/dml.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.20 2009/06/23 20:33:25 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.21 2009/09/11 12:53:24 petere Exp $ -->
<chapter id="dml">
<title>Data Manipulation</title>
@@ -11,8 +11,7 @@
The previous chapter discussed how to create tables and other
structures to hold your data. Now it is time to fill the tables
with data. This chapter covers how to insert, update, and delete
- table data. We also introduce ways to effect automatic data changes
- when certain events occur: triggers and rewrite rules. The chapter
+ table data. The chapter
after this will finally explain how to extract your long-lost data
from the database.
</para>