Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121cf2b commit 8ed8977Copy full SHA for 8ed8977
doc/src/sgml/ref/fetch.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.35 2003/11/29 19:51:38 pgsql Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.36 2004/03/23 22:57:09 tgl Exp $
3
PostgreSQL documentation
4
-->
5
@@ -376,7 +376,7 @@ COMMIT WORK;
376
377
<para>
378
The SQL standard defines <command>FETCH</command> for use in
379
- embedded SQL only. This variant of <command>FETCH</command>
+ embedded SQL only. The variant of <command>FETCH</command>
380
described here returns the data as if it were a
381
<command>SELECT</command> result rather than placing it in host
382
variables. Other than this point, <command>FETCH</command> is
0 commit comments