diff options
Diffstat (limited to 'doc/src/sgml/ref/create_trigger.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_trigger.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_trigger.sgml b/doc/src/sgml/ref/create_trigger.sgml index c1b6e380298..c4fbe0203bf 100644 --- a/doc/src/sgml/ref/create_trigger.sgml +++ b/doc/src/sgml/ref/create_trigger.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.11 2000/09/12 05:30:06 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.12 2000/10/05 19:48:18 momjian Exp $ Postgres documentation --> @@ -119,7 +119,7 @@ CREATE operation is attempted on a tuple (before constraints are checked and the <command>INSERT</command>, <command>UPDATE</command> or <command>DELETE</command> is attempted) or - AFTER the operation has been attempted (e.g. after constraints + AFTER the operation has been attempted (e.g., after constraints are checked and the <command>INSERT</command>, <command>UPDATE</command> or <command>DELETE</command> has completed). If the |