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

Commit 616a3b2

Browse files
committed
Documentation fix: CREATE TRIGGER 'WHERE' -> 'WHEN'
Selena Deckelmann
1 parent 69f7a4d commit 616a3b2

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.18 2010/04/29 21:02:50 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.19 2010/04/29 22:03:41 momjian Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -1523,7 +1523,7 @@
15231523

15241524
<listitem>
15251525
<para>
1526-
Add <literal>WHERE</> clause to <link
1526+
Add <literal>WHEN</> clause to <link
15271527
linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></link>
15281528
to allow control over whether a trigger is fired (Takahiro
15291529
Itagaki)

0 commit comments

Comments
 (0)