diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-09-23 23:35:07 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-09-23 23:35:07 +0000 |
commit | ae169e84f791ac939ef31aae87a5b6fdd804a22a (patch) | |
tree | 06f0b34facc2f65dbbeaafaa41d3b3107610a453 | |
parent | 688f0c56dcaf45a09fe21f236346ea7b84dac436 (diff) | |
download | postgresql-ae169e84f791ac939ef31aae87a5b6fdd804a22a.tar.gz postgresql-ae169e84f791ac939ef31aae87a5b6fdd804a22a.zip |
Improve description of Execute message behavior, per Oliver Jowett.
-rw-r--r-- | doc/src/sgml/protocol.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index f2f0fddabf7..41d49970234 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -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"> <title>Frontend/Backend Protocol</title> @@ -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. </para> <para> |