From 167501570c74390dfb7a5dd71e260ab3d4fd9904 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 11 Sep 2009 12:53:24 +0000 Subject: [PATCH] Remove claim that this chapter discusses rules and triggers. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit per Bruno Guimarães Carneiro --- doc/src/sgml/dml.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index f67e6a77a9..a03f8993b4 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -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. -- 2.39.5