We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f852cc commit 783e816Copy full SHA for 783e816
doc/src/sgml/protocol.sgml
@@ -2222,8 +2222,10 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2222
</para>
2223
2224
<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
+ WAL data is sent as a series of CopyData messages;
+ 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
2229
an ErrorResponse message if it encounters a failure after beginning
2230
to stream.) The payload of each CopyData message from server to the
2231
client contains a message of one of the following formats:
0 commit comments