Commit f620098d authored by Andrew Dunstan's avatar Andrew Dunstan

fix nonsensical summary row on example

parent 4aa0d70f
<!-- <!--
$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 $
--> -->
<sect1 id="xfunc"> <sect1 id="xfunc">
...@@ -616,7 +616,7 @@ SELECT *, upper(fooname) FROM getfoo(1) AS t1; ...@@ -616,7 +616,7 @@ SELECT *, upper(fooname) FROM getfoo(1) AS t1;
fooid | foosubid | fooname | upper fooid | foosubid | fooname | upper
-------+----------+---------+------- -------+----------+---------+-------
1 | 1 | Joe | JOE 1 | 1 | Joe | JOE
(2 rows) (1 row)
</screen> </screen>
As the example shows, we can work with the columns of the function's As the example shows, we can work with the columns of the function's
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment