projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa0d70
)
fix nonsensical summary row on example
author
Andrew Dunstan
Fri, 14 Oct 2005 20:48:18 +0000
(20:48 +0000)
committer
Andrew Dunstan
Fri, 14 Oct 2005 20:48:18 +0000
(20:48 +0000)
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index 15ca5a21ceaf43c9d62d0eaec232e29ccaa81112..4fb78614c371be5a1c24180793847ce67638fe6e 100644
(file)
--- a/
doc/src/sgml/xfunc.sgml
+++ b/
doc/src/sgml/xfunc.sgml
@@
-1,5
+1,5
@@
@@
-616,7
+616,7
@@
SELECT *, upper(fooname) FROM getfoo(1) AS t1;
fooid | foosubid | fooname | upper
-------+----------+---------+-------
1 | 1 | Joe | JOE
-(
2 rows
)
+(
1 row
)
As the example shows, we can work with the columns of the function's