File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.15 2006/10/16 19:30:09 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.16 2006/10/16 19:33:12 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -24,7 +24,7 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable>
2424 AFTER <replaceable class="parameter">event [ OR ... ]</replaceable>
2525 ON <replaceable class="parameter">table_name</replaceable>
2626 [ FROM <replaceable class="parameter">referenced_table_name</replaceable> ]
27- { NOT DEFERRABLE | [ DEFERABBLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }
27+ { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }
2828 FOR EACH ROW
2929 EXECUTE PROCEDURE <replaceable class="parameter">funcname</replaceable> ( <replaceable class="parameter">arguments</replaceable> )
3030</synopsis>
@@ -54,7 +54,7 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable>
5454 created trigger will be of the form
5555 <literal>RI_ConstraintTrigger_0000<literal> (where 0000 is some number
5656 assigned by the server).
57- Use this assigned name is when dropping the constraint .
57+ Use this assigned name when dropping the trigger .
5858 </para>
5959 </listitem>
6060 </varlistentry>
You can’t perform that action at this time.
0 commit comments