]> granicus.if.org Git - postgresql/commitdiff
Fix CREATE EVENT TRIGGER syntax synopsis in documentation.
authorRobert Haas <rhaas@postgresql.org>
Tue, 22 Jan 2013 23:52:26 +0000 (18:52 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 22 Jan 2013 23:52:26 +0000 (18:52 -0500)
Dimitri Fontaine, per a report from Thom Brown

doc/src/sgml/ref/create_event_trigger.sgml

index 040df118153048055606467be059e24ae058f555..d49956c30288ba9ccb24658d311a1d78c9ae875a 100644 (file)
@@ -23,7 +23,7 @@ PostgreSQL documentation
 <synopsis>
 CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable>
   ON <replaceable class="PARAMETER">event</replaceable>
-  [ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [ AND ... ] ) ]
+  [ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [, ... ]) [ AND ... ] ]
   EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>()
 </synopsis>
  </refsynopsisdiv>