projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb49db
)
Typo fix
author
Bruce Momjian
Thu, 17 Feb 2011 20:57:03 +0000
(15:57 -0500)
committer
Bruce Momjian
Thu, 17 Feb 2011 20:57:37 +0000
(15:57 -0500)
Erik Rijkers
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index 157daff6176f37c31879b2bc8fcf06585e3fb8e4..751de9a2aee2191c447bb150778d4e4e4fe56ff8 100644
(file)
--- 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 return
s
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: