File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="plperl">
@@ -543,22 +543,23 @@ $$ LANGUAGE plperl;
543
543
</varlistentry>
544
544
545
545
<varlistentry>
546
- <term><literal>@{ $_TD->{argv} }</literal></term>
546
+ <term><literal>$_TD->{argc }</literal></term>
547
547
<listitem>
548
548
<para>
549
- Arguments of the trigger function
549
+ Number of arguments of the trigger function
550
550
</para>
551
551
</listitem>
552
552
</varlistentry>
553
553
554
554
<varlistentry>
555
- <term><literal>$_TD->{argc }</literal></term>
555
+ <term><literal>@{ $_TD->{args} }</literal></term>
556
556
<listitem>
557
557
<para>
558
- Number of arguments of the trigger function
558
+ Arguments of the trigger function. Does not exist if $_TD->{argc} is 0.
559
559
</para>
560
560
</listitem>
561
561
</varlistentry>
562
+
562
563
</variablelist>
563
564
</para>
564
565
You can’t perform that action at this time.
0 commit comments