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

Commitbdc71c2

Browse files
committed
Minor wording improvement.
1 parent88a7c48 commitbdc71c2

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.110 2007/06/06 23:00:36 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.111 2007/06/11 15:08:32 tgl Exp $ -->
22

33
<chapter id="plpgsql">
44
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
@@ -2583,18 +2583,16 @@ MOVE <optional> <replaceable>direction</replaceable> { FROM | IN } </optional> <
25832583
<para>
25842584
<command>MOVE</command> repositions a cursor without retrieving
25852585
any data. <command>MOVE</command> works exactly like the
2586-
<command>FETCH</command> command, except it onlypositions the
2587-
cursor and does not returnrows. As with <command>SELECT
2588-
INTO</command>, the special variable <literal>FOUND</literal> can
2586+
<command>FETCH</command> command, except it onlyrepositions the
2587+
cursor and does not returnthe row moved to. As with <command>SELECT
2588+
INTO</command>, the special variable <literal>FOUND</literal> can
25892589
be checked to see whether the cursor was successfully
25902590
repositioned or not.
25912591
</para>
25922592

25932593
<para>
2594-
The <replaceable>direction</replaceable> clause can be any of the
2595-
variants allowed in the SQL <xref linkend="sql-move"
2596-
endterm="sql-move-title"> command except the ones that can move by
2597-
more than one row; namely, it can be
2594+
The options for the <replaceable>direction</replaceable> clause are
2595+
the same as for <command>FETCH</>, namely
25982596
<literal>NEXT</>,
25992597
<literal>PRIOR</>,
26002598
<literal>FIRST</>,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp