1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Improve description of Execute message behavior, per Oliver Jowett.

This commit is contained in:
Tom Lane 2004-09-23 23:35:07 +00:00
parent 688f0c56dc
commit ae169e84f7

View File

@ -1,4 +1,4 @@
<!-- $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 $ -->
<chapter id="protocol"> <chapter id="protocol">
<title>Frontend/Backend Protocol</title> <title>Frontend/Backend Protocol</title>
@ -747,7 +747,7 @@
The possible The possible
responses to Execute are the same as those described above for queries responses to Execute are the same as those described above for queries
issued via simple query protocol, except that Execute doesn't cause issued via simple query protocol, except that Execute doesn't cause
ReadyForQuery to be issued. ReadyForQuery or RowDescription to be issued.
</para> </para>
<para> <para>