From: Bruce Momjian Date: Mon, 17 Jan 2005 17:29:49 +0000 (+0000) Subject: Please find enclosed another patch that now (I hope) really is X-Git-Tag: REL8_0_0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be105bd7892b2f368720f3b94a63538fc6ce0a21;p=postgresql Please find enclosed another patch that now (I hope) really is correct. It's in addition to the previous patch. David Fetter --- diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 36ef2dd21c..554aa99d39 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -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. +