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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a576b89dc016a4056285fe94e4abcf348abcf5ef;p=users%2Fbernd%2Fpostgres.git 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 8b71c7948a..3c582dd31d 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -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. +