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 | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 36ef2dd21c0..554aa99d390 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -1,5 +1,5 @@ @@ -542,15 +542,6 @@ $$ LANGUAGE plperl; - - @{$_TD->{argv}} - - - Arguments of the trigger function - - - - $_TD->{argc} @@ -559,6 +550,16 @@ $$ LANGUAGE plperl; + + + @{$_TD->{args}} + + + Arguments of the trigger function. Does not exist if $_TD->{argc} is 0. + + + +