Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 783e816

Browse files
committed
doc: add reference to wire protocol details
Discussion: https://postgr.es/m/143A51B2-80B1-4ECD-AF67-F7061377FF63@hotmail.com Author: Li Japin Backpatch-through: master
1 parent 0f852cc commit 783e816

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/protocol.sgml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2222,8 +2222,10 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
22222222
</para>
22232223

22242224
<para>
2225-
WAL data is sent as a series of CopyData messages. (This allows
2226-
other information to be intermixed; in particular the server can send
2225+
WAL data is sent as a series of CopyData messages;
2226+
see <xref linkend="protocol-message-types"/> and <xref
2227+
linkend="protocol-message-formats"/> for details.
2228+
(This allows other information to be intermixed; in particular the server can send
22272229
an ErrorResponse message if it encounters a failure after beginning
22282230
to stream.) The payload of each CopyData message from server to the
22292231
client contains a message of one of the following formats:

0 commit comments

Comments
 (0)