From: Bruce Momjian Date: Thu, 17 Feb 2011 20:57:03 +0000 (-0500) Subject: Typo fix X-Git-Tag: REL9_1_ALPHA4~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f2cfc5bb4c404c24d589339d29c210321f4b4d7;p=thirdparty%2Fpostgresql.git Typo fix Erik Rijkers --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 157daff6176..751de9a2aee 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -555,7 +555,7 @@ EXEC SQL EXECUTE stmt1 INTO :dboid, :dbname USING 1; - If a statement return multiple rows, the application can use a + If a statement returns multiple rows, the application can use a cursor declared based on the prepared statement. To bind input parameters, the cursor must be opened with a USING clause: