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;"
2222
2222
</para>
2223
2223
2224
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
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
2227
2229
an ErrorResponse message if it encounters a failure after beginning
2228
2230
to stream.) The payload of each CopyData message from server to the
2229
2231
client contains a message of one of the following formats:
You can’t perform that action at this time.
0 commit comments