projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
020cf90
)
Add documention on ARRAY() function.
author
Bruce Momjian
Thu, 2 Dec 2004 21:04:47 +0000
(21:04 +0000)
committer
Bruce Momjian
Thu, 2 Dec 2004 21:04:47 +0000
(21:04 +0000)
David Fetter
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index a835af1b188fc6c51bfa74a386603fceaf01b532..a13115f276ca8e2ad06254e468310bc9aae9f9f7 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-6930,6
+6930,18
@@
SELECT NULLIF(value, '(none)') ...
+
+
+ Although it is not strictly a function and does not appear in \df
+ in psql,
ARRAY()
, mentioned in
+ linkend="sql-syntax-array-constructors"> acts much like a
+
table function
(equivalently, a
+
set-returning function
or a
+
SRF
--see
)
+ which takes
anyarray
and returns a set of
+
anyelement
.
+
+