Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0325149

Browse files
committed
More cleanups of cursor text.
1 parent0a3ccaf commit0325149

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/plsql.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.56 2002/04/0902:43:25 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.57 2002/04/0903:08:25 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1449,8 +1449,8 @@ END LOOP;
14491449
to worry about that, since FOR loops automatically use a cursor
14501450
internally to avoid memory problems.) A more interesting usage is to
14511451
return a reference to a cursor that it has created, allowing the
1452-
caller to read the rows. This providesone wayof returning multiple
1453-
rows and columnsfroma function.
1452+
caller to read the rows. This providesa wayto return row sets
1453+
fromfunctions.
14541454
</para>
14551455

14561456
<sect2 id="plpgsql-cursor-declarations">
@@ -1691,10 +1691,10 @@ SELECT reffunc2();
16911691

16921692
reffunc2
16931693
--------------------
1694-
&gt;unnamed cursor 1&lt;
1694+
&lt;unnamed cursor 1&gt;
16951695
(1 row)
16961696

1697-
FETCH ALL IN "&gt;unnamed cursor 1&lt;";
1697+
FETCH ALL IN "&lt;unnamed cursor 1&gt;";
16981698
COMMIT;
16991699
</programlisting>
17001700
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp