Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0325149a
Commit
0325149a
authored
Apr 09, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More cleanups of cursor text.
parent
0a3ccaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/plsql.sgml
doc/src/sgml/plsql.sgml
+5
-5
No files found.
doc/src/sgml/plsql.sgml
View file @
0325149a
<
!--
<
!--
$
Header
:
/
cvsroot
/
pgsql
/
doc
/
src
/
sgml
/
Attic
/
plsql
.
sgml
,
v
2.5
6
2002
/
04
/
09
02
:
43
:
25
momjian
Exp
$
$
Header
:
/
cvsroot
/
pgsql
/
doc
/
src
/
sgml
/
Attic
/
plsql
.
sgml
,
v
2.5
7
2002
/
04
/
09
03
:
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
of
returning
multiple
caller
to
read
the
rows
.
This
provides
a
way
to
return
row
sets
rows
and
columns
from
a
function
.
from
functions
.
</
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
--------------------
--------------------
&
gt
;
unnamed
cursor
1
&
l
t
;
&
lt
;
unnamed
cursor
1
&
g
t
;
(
1
row
)
(
1
row
)
FETCH
ALL
IN
"&
gt;unnamed cursor 1&l
t;"
;
FETCH
ALL
IN
"&
lt;unnamed cursor 1&g
t;"
;
COMMIT
;
COMMIT
;
</
programlisting
>
</
programlisting
>
</
para
>
</
para
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment