File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="dml">
4
4
<title>Data Manipulation</title>
11
11
The previous chapter discussed how to create tables and other
12
12
structures to hold your data. Now it is time to fill the tables
13
13
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
16
15
after this will finally explain how to extract your long-lost data
17
16
from the database.
18
17
</para>
You can’t perform that action at this time.
0 commit comments