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. + + + +