projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb60ef2
)
Please find enclosed another patch that now (I hope) really is
author
Bruce Momjian
Mon, 17 Jan 2005 17:29:49 +0000
(17:29 +0000)
committer
Bruce Momjian
Mon, 17 Jan 2005 17:29:49 +0000
(17:29 +0000)
correct. It's in addition to the previous patch.
David Fetter
doc/src/sgml/plperl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plperl.sgml
b/doc/src/sgml/plperl.sgml
index 36ef2dd21c080e57245a37734845fa2730119e18..554aa99d390e9293ef87298effb2b536f9187dab 100644
(file)
--- a/
doc/src/sgml/plperl.sgml
+++ b/
doc/src/sgml/plperl.sgml
@@
-1,5
+1,5
@@
@@
-543,22
+543,23
@@
$$ LANGUAGE plperl;
-
@{$_TD->{argv}
}
+
$_TD->{argc
}
-
A
rguments of the trigger function
+
Number of a
rguments of the trigger function
-
$_TD->{argc
}
+
@{$_TD->{args}
}
- Number of arguments of the trigger function
+ Arguments of the trigger function. Does not exist if $_TD->{argc} is 0.
+