mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Please find enclosed another patch that now (I hope) really is
correct. It's in addition to the previous patch. David Fetter
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.36 2005/01/17 03:04:17 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.37 2005/01/17 17:29:49 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="plperl">
|
<chapter id="plperl">
|
||||||
@@ -542,15 +542,6 @@ $$ LANGUAGE plperl;
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><literal>@{$_TD->{argv}}</literal></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Arguments of the trigger function
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>$_TD->{argc}</literal></term>
|
<term><literal>$_TD->{argc}</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@@ -559,6 +550,16 @@ $$ LANGUAGE plperl;
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user