File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments