|
1 | | -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/protocol.sgml,v 1.37 2003/05/07 21:46:15 tgl Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/protocol.sgml,v 1.38 2003/05/08 14:35:24 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="protocol"> |
4 | 4 | <title>Frontend/Backend Protocol</title> |
@@ -2556,7 +2556,7 @@ ErrorResponse (B) |
2556 | 2556 | </VarListEntry> |
2557 | 2557 | </VariableList> |
2558 | 2558 | The message body consists of one or more identified fields, |
2559 | | -followed by a zero-byte terminator. Fields may appear in |
| 2559 | +followed by a zerobyte as a terminator. Fields may appear in |
2560 | 2560 | any order. For each field there is the following: |
2561 | 2561 | <VariableList> |
2562 | 2562 | <VarListEntry> |
@@ -2934,7 +2934,7 @@ NoticeResponse (B) |
2934 | 2934 | </VarListEntry> |
2935 | 2935 | </VariableList> |
2936 | 2936 | The message body consists of one or more identified fields, |
2937 | | -followed by a zero-byte terminator. Fields may appear in |
| 2937 | +followed by a zerobyte as a terminator. Fields may appear in |
2938 | 2938 | any order. For each field there is the following: |
2939 | 2939 | <VariableList> |
2940 | 2940 | <VarListEntry> |
@@ -3640,7 +3640,9 @@ StartupMessage (F) |
3640 | 3640 | </VarListEntry> |
3641 | 3641 | </VariableList> |
3642 | 3642 | The protocol version number is followed by one or more pairs of |
3643 | | -parameter name and value strings. Parameters can appear in any |
| 3643 | +parameter name and value strings. A zero byte is required as a |
| 3644 | +terminator after the last name/value pair. |
| 3645 | +Parameters can appear in any |
3644 | 3646 | order. <literal>user</> is required, others are optional. |
3645 | 3647 | Each parameter is specified as: |
3646 | 3648 | <VariableList> |
|