projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688f0c5
)
Improve description of Execute message behavior, per Oliver Jowett.
author
Tom Lane
Thu, 23 Sep 2004 23:35:07 +0000
(23:35 +0000)
committer
Tom Lane
Thu, 23 Sep 2004 23:35:07 +0000
(23:35 +0000)
doc/src/sgml/protocol.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/protocol.sgml
b/doc/src/sgml/protocol.sgml
index f2f0fddabf7c76f940c65f93abe372aad239be9f..41d49970234828123bb7a76c3263c986321618f2 100644
(file)
--- a/
doc/src/sgml/protocol.sgml
+++ b/
doc/src/sgml/protocol.sgml
@@
-1,4
+1,4
@@
-
+
Frontend/Backend Protocol
@@
-747,7
+747,7
@@
The possible
responses to Execute are the same as those described above for queries
issued via simple query protocol, except that Execute doesn't cause
- ReadyForQuery to be issued.
+ ReadyForQuery
or RowDescription
to be issued.