projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9aad1b
)
Ooops, let's get the non-null vs null bit right ...
author
Tom Lane
Sun, 14 Feb 2010 01:01:35 +0000
(
01:01
+0000)
committer
Tom Lane
Sun, 14 Feb 2010 01:01:35 +0000
(
01:01
+0000)
doc/src/sgml/ref/create_function.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_function.sgml
b/doc/src/sgml/ref/create_function.sgml
index 41dc4365ce7dc7d17add65bfa8530f65be2eaf8d..ed5d7c5bda5756ed9c52cbeac842f89b166c9c50 100644
(file)
--- a/
doc/src/sgml/ref/create_function.sgml
+++ b/
doc/src/sgml/ref/create_function.sgml
@@
-1,5
+1,5
@@
@@
-589,7
+589,7
@@
CREATE FUNCTION foo(int, int default 42) ...
If a function is declared
STRICT> with a
VARIADIC>
argument, the strictness check tests that the variadic array
as
a whole> is non-null. The function will still be called if the
- array has n
on-n
ull elements.
+ array has null elements.