Please find enclosed another patch that now (I hope) really is
authorBruce Momjian
Mon, 17 Jan 2005 17:29:49 +0000 (17:29 +0000)
committerBruce Momjian
Mon, 17 Jan 2005 17:29:49 +0000 (17:29 +0000)
correct.  It's in addition to the previous patch.

David Fetter

doc/src/sgml/plperl.sgml

index 36ef2dd21c080e57245a37734845fa2730119e18..554aa99d390e9293ef87298effb2b536f9187dab 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -543,22 +543,23 @@ $$ LANGUAGE plperl;
     
 
     
-     @{$_TD->{argv}}
+     $_TD->{argc}
      
       
-       Arguments of the trigger function
+       Number of arguments of the trigger function
       
      
     
 
     
-     $_TD->{argc}
+     @{$_TD->{args}}
      
       
-       Number of arguments of the trigger function
+       Arguments of the trigger function.  Does not exist if $_TD->{argc} is 0.
       
      
     
+