projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
856ce0f
)
Removed sentence about not being able to retrieve more than one row at a time,
author
Michael Meskes
<meskes@postgresql.org>
Fri, 5 Oct 2012 14:49:27 +0000
(16:49 +0200)
committer
Michael Meskes
<meskes@postgresql.org>
Fri, 5 Oct 2012 15:06:50 +0000
(17:06 +0200)
because it is not correct.
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index fca5979261b74c39aa5f23ec96d0b661085ddcf7..17800fc72faae55a3dcb95cb8fe5add5cb17f1d2 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-760,11
+760,6
@@
do
normal clauses.
</para>
- <para>
- Both of these methods only allow retrieving one row at a time. If
- you need to process result sets that potentially contain more than
- one row, you need to use a cursor, as shown in the second example.
- </para>
</sect2>
<sect2 id="ecpg-variables-type-mapping">