From 8ed89773c5c50548310a40fa57fa065b447276a1 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 23 Mar 2004 22:57:09 +0000 Subject: [PATCH] Fix small typo. --- doc/src/sgml/ref/fetch.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index 4b9416bbb7..0b8f5de245 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -1,5 +1,5 @@ @@ -376,7 +376,7 @@ COMMIT WORK; The SQL standard defines FETCH for use in - embedded SQL only. This variant of FETCH + embedded SQL only. The variant of FETCH described here returns the data as if it were a SELECT result rather than placing it in host variables. Other than this point, FETCH is -- 2.40.0