]> granicus.if.org Git - postgresql/commitdiff
doc: Fix typo.
authorRobert Haas <rhaas@postgresql.org>
Tue, 8 Apr 2014 15:47:29 +0000 (11:47 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 8 Apr 2014 15:47:29 +0000 (11:47 -0400)
Ian Barwick

doc/src/sgml/func.sgml

index 33e093e2ab98faf544e2746b87270a5a3ca1a4aa..73764f2bedc29d44f9749e0fb1163d5bec48f745 100644 (file)
@@ -17494,7 +17494,7 @@ FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
    </para>
 
    <para>
-    <function>pg_event_trigger_dropped_objects</> returns a list of all object
+    <function>pg_event_trigger_dropped_objects</> returns a list of all objects
     dropped by the command in whose <literal>sql_drop</> event it is called.
     If called in any other context,
     <function>pg_event_trigger_dropped_objects</> raises an error.