From be105bd7892b2f368720f3b94a63538fc6ce0a21 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 17 Jan 2005 17:29:49 +0000 Subject: [PATCH] Please find enclosed another patch that now (I hope) really is correct. It's in addition to the previous patch. David Fetter --- doc/src/sgml/plperl.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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. + -- 2.50.1