diff options
| author | Michael Meskes <meskes@postgresql.org> | 2012-10-05 16:54:49 +0200 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2012-10-05 17:06:07 +0200 |
| commit | bea34106a6423eb2121f74b892c9020aa184919b (patch) | |
| tree | 1e583abbedfbdc93c3ac5f8a05dda9bd44516407 /doc/src | |
| parent | 6b0d71bf71f748c80dc84d5a52f4f60a098bb192 (diff) | |
Removed sentence about not being able to retrieve more than one row at a time,
because it is not correct.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ecpg.sgml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index a9ce87dee01..45b164c18f7 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -627,11 +627,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> |
