|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/protocol.sgml,v 1.32 2003/04/26 20:22:57 tgl Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/protocol.sgml,v 1.33 2003/04/28 05:17:31 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="protocol">
|
4 | 4 | <title>Frontend/Backend Protocol</title>
|
@@ -1156,7 +1156,7 @@ Notice that although each message includes a byte count at the beginning,
|
1156 | 1156 | the message format is defined so that the message end can be found without
|
1157 | 1157 | reference to the byte count. This aids validity checking. (The CopyData
|
1158 | 1158 | message is an exception, because it forms part of a data stream; the contents
|
1159 |
| -may not be interpretable on their own.) |
| 1159 | +of any individual CopyData messagemay not be interpretable on their own.) |
1160 | 1160 | </para>
|
1161 | 1161 |
|
1162 | 1162 | <VariableList>
|
|