We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa0d70 commit f620098Copy full SHA for f620098
doc/src/sgml/xfunc.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.104 2005/09/14 21:14:26 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.105 2005/10/14 20:48:18 adunstan Exp $
3
-->
4
5
<sect1 id="xfunc">
@@ -616,7 +616,7 @@ SELECT *, upper(fooname) FROM getfoo(1) AS t1;
616
fooid | foosubid | fooname | upper
617
-------+----------+---------+-------
618
1 | 1 | Joe | JOE
619
-(2 rows)
+(1 row)
620
</screen>
621
622
As the example shows, we can work with the columns of the function's
0 commit comments