aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2021-08-19 09:05:54 +0530
committerAmit Kapila <akapila@postgresql.org>2021-08-19 09:05:54 +0530
commite1915646658def5dd87331ac77fb9d8d0abd763b (patch)
treeff617cd857d87e4b12420843756c9f18349545e7
parent1900c140554efdcaa94134705e9be7ce1437be9c (diff)
downloadpostgresql-e1915646658def5dd87331ac77fb9d8d0abd763b.tar.gz
postgresql-e1915646658def5dd87331ac77fb9d8d0abd763b.zip
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
-rw-r--r--doc/src/sgml/protocol.sgml2
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>