summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2004-03-23 22:57:09 +0000
committerTom Lane2004-03-23 22:57:09 +0000
commit8ed89773c5c50548310a40fa57fa065b447276a1 (patch)
treee872e97652701fca517dbe91219d5735d35ebb08
parent121cf2b904813fb6db69a1da378f4698bc19db17 (diff)
Fix small typo.
-rw-r--r--doc/src/sgml/ref/fetch.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml
index 4b9416bbb73..0b8f5de2453 100644
--- a/doc/src/sgml/ref/fetch.sgml
+++ b/doc/src/sgml/ref/fetch.sgml
@@ -1,5 +1,5 @@
<!--
-$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 $
PostgreSQL documentation
-->
@@ -376,7 +376,7 @@ COMMIT WORK;
<para>
The SQL standard defines <command>FETCH</command> for use in
- embedded SQL only. This variant of <command>FETCH</command>
+ embedded SQL only. The variant of <command>FETCH</command>
described here returns the data as if it were a
<command>SELECT</command> result rather than placing it in host
variables. Other than this point, <command>FETCH</command> is