Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
bdc71c2c
Commit
bdc71c2c
authored
17 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Minor wording improvement.
parent
88a7c482
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/plpgsql.sgml
+6
-8
6 additions, 8 deletions
doc/src/sgml/plpgsql.sgml
with
6 additions
and
8 deletions
doc/src/sgml/plpgsql.sgml
+
6
−
8
View file @
bdc71c2c
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.11
0
2007/06/
06 23
:0
0
:3
6
tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.11
1
2007/06/
11 15
:0
8
:3
2
tgl Exp $ -->
<chapter id="plpgsql">
<chapter id="plpgsql">
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
...
@@ -2583,18 +2583,16 @@ MOVE <optional> <replaceable>direction</replaceable> { FROM | IN } </optional> <
...
@@ -2583,18 +2583,16 @@ MOVE <optional> <replaceable>direction</replaceable> { FROM | IN } </optional> <
<para>
<para>
<command>MOVE</command> repositions a cursor without retrieving
<command>MOVE</command> repositions a cursor without retrieving
any data. <command>MOVE</command> works exactly like the
any data. <command>MOVE</command> works exactly like the
<command>FETCH</command> command, except it only positions the
<command>FETCH</command> command, except it only
re
positions the
cursor and does not return
rows
. As with <command>SELECT
cursor and does not return
the row moved to
. As with <command>SELECT
INTO</command>, the special variable <literal>FOUND</literal> can
INTO</command>, the special variable <literal>FOUND</literal> can
be checked to see whether the cursor was successfully
be checked to see whether the cursor was successfully
repositioned or not.
repositioned or not.
</para>
</para>
<para>
<para>
The <replaceable>direction</replaceable> clause can be any of the
The options for the <replaceable>direction</replaceable> clause are
variants allowed in the SQL <xref linkend="sql-move"
the same as for <command>FETCH</>, namely
endterm="sql-move-title"> command except the ones that can move by
more than one row; namely, it can be
<literal>NEXT</>,
<literal>NEXT</>,
<literal>PRIOR</>,
<literal>PRIOR</>,
<literal>FIRST</>,
<literal>FIRST</>,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment