Skip to content

Commit 680bf32

Browse files
committed
Remove claim that this chapter discusses rules and triggers.
per Bruno Guimarães Carneiro
1 parent 19fd0c2 commit 680bf32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/dml.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.20 2009/06/23 20:33:25 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.21 2009/09/11 12:53:24 petere Exp $ -->
22

33
<chapter id="dml">
44
<title>Data Manipulation</title>
@@ -11,8 +11,7 @@
1111
The previous chapter discussed how to create tables and other
1212
structures to hold your data. Now it is time to fill the tables
1313
with data. This chapter covers how to insert, update, and delete
14-
table data. We also introduce ways to effect automatic data changes
15-
when certain events occur: triggers and rewrite rules. The chapter
14+
table data. The chapter
1615
after this will finally explain how to extract your long-lost data
1716
from the database.
1817
</para>

0 commit comments

Comments
 (0)