File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.36 2005/01/17 03:04:17 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.37 2005/01/17 17:29:49 momjian Exp $
33-->
44
55 <chapter id="plperl">
@@ -543,22 +543,23 @@ $$ LANGUAGE plperl;
543543 </varlistentry>
544544
545545 <varlistentry>
546- <term><literal>@{ $_TD->{argv} }</literal></term>
546+ <term><literal>$_TD->{argc }</literal></term>
547547 <listitem>
548548 <para>
549- Arguments of the trigger function
549+ Number of arguments of the trigger function
550550 </para>
551551 </listitem>
552552 </varlistentry>
553553
554554 <varlistentry>
555- <term><literal>$_TD->{argc }</literal></term>
555+ <term><literal>@{ $_TD->{args} }</literal></term>
556556 <listitem>
557557 <para>
558- Number of arguments of the trigger function
558+ Arguments of the trigger function. Does not exist if $_TD->{argc} is 0.
559559 </para>
560560 </listitem>
561561 </varlistentry>
562+
562563 </variablelist>
563564 </para>
564565
You can’t perform that action at this time.
0 commit comments