Skip to content

Commit f620098

Browse files
committed
fix nonsensical summary row on example
1 parent 4aa0d70 commit f620098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xfunc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.104 2005/09/14 21:14:26 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.105 2005/10/14 20:48:18 adunstan Exp $
33
-->
44

55
<sect1 id="xfunc">
@@ -616,7 +616,7 @@ SELECT *, upper(fooname) FROM getfoo(1) AS t1;
616616
fooid | foosubid | fooname | upper
617617
-------+----------+---------+-------
618618
1 | 1 | Joe | JOE
619-
(2 rows)
619+
(1 row)
620620
</screen>
621621

622622
As the example shows, we can work with the columns of the function's

0 commit comments

Comments
 (0)