Remove claim that this chapter discusses rules and triggers.
authorPeter Eisentraut <[email protected]>
Fri, 11 Sep 2009 12:53:24 +0000 (12:53 +0000)
committerPeter Eisentraut <[email protected]>
Fri, 11 Sep 2009 12:53:24 +0000 (12:53 +0000)
per Bruno GuimarĂ£es Carneiro

doc/src/sgml/dml.sgml

index f67e6a77a944f536271d9198794e8bfe79e00e37..a03f8993b40628a4b1ee8a7ba66f43313f0fdee4 100644 (file)
@@ -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>