projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e4961
)
Improve markup of unnest example
author
Peter Eisentraut
Thu, 6 Jan 2011 21:54:05 +0000
(23:54 +0200)
committer
Peter Eisentraut
Thu, 6 Jan 2011 22:12:20 +0000
(
00:12
+0200)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 9ad4ad8d9e52632b201a21089d224c67c39762c9..04769f1b09f854e9490edcb18d22f82ed9444cac 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-10385,7
+10385,8
@@
SELECT NULLIF(value, '(none)') ...
setof anyelement
expand an array to a set of rows
unnest(ARRAY[1,2])
-
1
2
(2 rows)
+
1
+2(2 rows)