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
0325149a
Commit
0325149a
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
More cleanups of cursor text.
parent
0a3ccaff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/plsql.sgml
+5
-5
5 additions, 5 deletions
doc/src/sgml/plsql.sgml
with
5 additions
and
5 deletions
doc/src/sgml/plsql.sgml
+
5
−
5
View file @
0325149a
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.5
6
2002/04/09 0
2:43
:25 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.5
7
2002/04/09 0
3:08
:25 momjian Exp $
-->
-->
<chapter id="plpgsql">
<chapter id="plpgsql">
...
@@ -1449,8 +1449,8 @@ END LOOP;
...
@@ -1449,8 +1449,8 @@ END LOOP;
to worry about that, since FOR loops automatically use a cursor
to worry about that, since FOR loops automatically use a cursor
internally to avoid memory problems.) A more interesting usage is to
internally to avoid memory problems.) A more interesting usage is to
return a reference to a cursor that it has created, allowing the
return a reference to a cursor that it has created, allowing the
caller to read the rows. This provides
one
way o
f
return
ing multiple
caller to read the rows. This provides
a
way
t
o return
row sets
rows and columns
from
a
function.
from function
s
.
</para>
</para>
<sect2 id="plpgsql-cursor-declarations">
<sect2 id="plpgsql-cursor-declarations">
...
@@ -1691,10 +1691,10 @@ SELECT reffunc2();
...
@@ -1691,10 +1691,10 @@ SELECT reffunc2();
reffunc2
reffunc2
--------------------
--------------------
&
g
t;unnamed cursor 1&
l
t;
&
l
t;unnamed cursor 1&
g
t;
(1 row)
(1 row)
FETCH ALL IN "&
g
t;unnamed cursor 1&
l
t;";
FETCH ALL IN "&
l
t;unnamed cursor 1&
g
t;";
COMMIT;
COMMIT;
</programlisting>
</programlisting>
</para>
</para>
...
...
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