On Sun, Jan 16, 2005 at 10:06:09PM -0500, Bruce Momjian wrote:
>
> Patch applied. Thanks. Your documentation changes can be viewed in
> five minutes using links on the developers page.
Bruce, thanks.
Please find enclosed another patch that now (I hope) really is
correct. It's in addition to the previous patch.
Cheers,
D
--
David Fetter [EMAIL PROTECTED] http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778
Remember to vote!
Index: doc/src/sgml/plperl.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/plperl.sgml,v
retrieving revision 2.36
diff -c -r2.36 plperl.sgml
*** doc/src/sgml/plperl.sgml 17 Jan 2005 03:04:17 -0000 2.36
--- doc/src/sgml/plperl.sgml 17 Jan 2005 17:12:34 -0000
***************
*** 543,564 ****
</varlistentry>
<varlistentry>
! <term><literal>@{$_TD->{argv}}</literal></term>
<listitem>
<para>
! Arguments of the trigger function
</para>
</listitem>
</varlistentry>
<varlistentry>
! <term><literal>$_TD->{argc}</literal></term>
<listitem>
<para>
! Number of arguments of the trigger function
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
--- 543,565 ----
</varlistentry>
<varlistentry>
! <term><literal>$_TD->{argc}</literal></term>
<listitem>
<para>
! Number of arguments of the trigger function
</para>
</listitem>
</varlistentry>
<varlistentry>
! <term><literal>@{$_TD->{args}}</literal></term>
<listitem>
<para>
! Arguments of the trigger function. Does not exist if $_TD->{argc}
is 0.
</para>
</listitem>
</varlistentry>
+
</variablelist>
</para>
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly