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 6ec2766fa49..0fac156feee 100644 --- a/doc/src/sgml/ref/create_trigger.sgml +++ b/doc/src/sgml/ref/create_trigger.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.53 2010/04/03 07:23:00 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.53.2.1 2010/08/17 04:37:19 petere Exp $ PostgreSQL documentation --> @@ -74,7 +74,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE </para> <para> - Also, a trigger definition can specify a boolean <literal>WHEN</> + Also, a trigger definition can specify a Boolean <literal>WHEN</> condition, which will be tested to see whether the trigger should be fired. In row-level triggers the <literal>WHEN</> condition can examine the old and/or new values of columns of the row. Statement-level |
