From a2ebf81913b00f2e9d0f2dcefb99f99596a756b9 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Mon, 16 Oct 2006 19:33:12 +0000
Subject: CREATE CONSTRAINT manual page wording improvements.
Michael Paesold
---
doc/src/sgml/ref/create_constraint.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/src/sgml/ref/create_constraint.sgml b/doc/src/sgml/ref/create_constraint.sgml
index 582a6843791..5ebbadeecc8 100644
--- a/doc/src/sgml/ref/create_constraint.sgml
+++ b/doc/src/sgml/ref/create_constraint.sgml
@@ -1,5 +1,5 @@
@@ -24,7 +24,7 @@ CREATE CONSTRAINT TRIGGER name
AFTER event [ OR ... ]
ON table_name
[ FROM referenced_table_name ]
- { NOT DEFERRABLE | [ DEFERABBLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }
+ { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }
FOR EACH ROW
EXECUTE PROCEDURE funcname ( arguments )
@@ -54,7 +54,7 @@ CREATE CONSTRAINT TRIGGER name
created trigger will be of the form
RI_ConstraintTrigger_0000 (where 0000 is some number
assigned by the server).
- Use this assigned name is when dropping the constraint.
+ Use this assigned name when dropping the trigger.
--
cgit v1.2.3