diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-02-17 15:57:03 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-02-17 15:57:37 -0500 |
commit | 4f2cfc5bb4c404c24d589339d29c210321f4b4d7 (patch) | |
tree | 11f633e56a9bd2a1b11aaf06034f7984a4aac7c9 /doc/src | |
parent | 4eb49db7ae634fab9af7437b2e7b6388dfd83bd3 (diff) | |
download | postgresql-4f2cfc5bb4c404c24d589339d29c210321f4b4d7.tar.gz postgresql-4f2cfc5bb4c404c24d589339d29c210321f4b4d7.zip |
Typo fix
Erik Rijkers
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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; </para> <para> - 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 <literal>USING</literal> clause: |