Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5802824

Browse files
committed
Fix CREATE TRIGGER release mention, WHERE -> WHEN.
1 parent af3c7e6 commit 5802824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/release-9.0.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.25 2010/06/03 16:33:36 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.26 2010/06/03 19:38:39 momjian Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -1548,7 +1548,7 @@ recovery_connections -> hot_standby
15481548

15491549
<para>
15501550
While a check can be performed inside the trigger, doing it in an
1551-
external <literal>WHERE</> clause has performance benefits.
1551+
external <literal>WHEN</> clause has performance benefits.
15521552
</para>
15531553
</listitem>
15541554

0 commit comments

Comments
 (0)