diff options
| author | Amit Kapila <akapila@postgresql.org> | 2021-08-19 09:05:54 +0530 |
|---|---|---|
| committer | Amit Kapila <akapila@postgresql.org> | 2021-08-19 09:05:54 +0530 |
| commit | e1915646658def5dd87331ac77fb9d8d0abd763b (patch) | |
| tree | ff617cd857d87e4b12420843756c9f18349545e7 /doc/src | |
| parent | 1900c140554efdcaa94134705e9be7ce1437be9c (diff) | |
Fix typo in protocol.sgml.
The 'Stream Stop' message is misspelled as 'Stream End' in the docs.
Author: Masahiko Sawada
Backpatch-through: 14, where it was introduced
Discussion: https://postgr.es/m/CAD21AoDeScrsHhLyEPYqN3sydg6PxAPVBboK=30xJfUVihNZDA@mail.gmail.com
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 01e87617f40..ab6e1f2fe0c 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -7178,7 +7178,7 @@ Truncate <para> -The following messages (Stream Start, Stream End, Stream Commit, and +The following messages (Stream Start, Stream Stop, Stream Commit, and Stream Abort) are available since protocol version 2. </para> |
