Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be105bd

Browse files
committed
Please find enclosed another patch that now (I hope) really is
correct. It's in addition to the previous patch. David Fetter
1 parent bb60ef2 commit be105bd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/src/sgml/plperl.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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-&gt;{argv}}</literal></term>
546+
<term><literal>$_TD-&gt;{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-&gt;{argc}</literal></term>
555+
<term><literal>@{$_TD-&gt;{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-&gt;{argc} is 0.
559559
</para>
560560
</listitem>
561561
</varlistentry>
562+
562563
</variablelist>
563564
</para>
564565

0 commit comments

Comments
 (0)