Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688f0c5 commit ae169e8Copy full SHA for ae169e8
doc/src/sgml/protocol.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.53 2004/08/16 02:12:29 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.54 2004/09/23 23:35:07 tgl Exp $ -->
2
3
<chapter id="protocol">
4
<title>Frontend/Backend Protocol</title>
@@ -747,7 +747,7 @@
747
The possible
748
responses to Execute are the same as those described above for queries
749
issued via simple query protocol, except that Execute doesn't cause
750
- ReadyForQuery to be issued.
+ ReadyForQuery or RowDescription to be issued.
751
</para>
752
753
<para>
0 commit comments