Commit 58028240 authored by Bruce Momjian's avatar Bruce Momjian

Fix CREATE TRIGGER release mention, WHERE -> WHEN.

parent af3c7e60
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.25 2010/06/03 16:33:36 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.26 2010/06/03 19:38:39 momjian Exp $ -->
<sect1 id="release-9-0"> <sect1 id="release-9-0">
<title>Release 9.0</title> <title>Release 9.0</title>
...@@ -1548,7 +1548,7 @@ recovery_connections -> hot_standby ...@@ -1548,7 +1548,7 @@ recovery_connections -> hot_standby
<para> <para>
While a check can be performed inside the trigger, doing it in an While a check can be performed inside the trigger, doing it in an
external <literal>WHERE</> clause has performance benefits. external <literal>WHEN</> clause has performance benefits.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment