Skip to content

Commit

Permalink
doc: add reference to wire protocol details
Browse files Browse the repository at this point in the history
Discussion: https://postgr.es/m/[email protected]

Author: Li Japin

Backpatch-through: master
  • Loading branch information
bmomjian committed Nov 1, 2023
1 parent 0f852cc commit 783e816
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/src/sgml/protocol.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2222,8 +2222,10 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
</para>

<para>
WAL data is sent as a series of CopyData messages. (This allows
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
linkend="protocol-message-formats"/> for details.
(This allows other information to be intermixed; in particular the server can send
an ErrorResponse message if it encounters a failure after beginning
to stream.) The payload of each CopyData message from server to the
client contains a message of one of the following formats:
Expand Down

0 comments on commit 783e816

Please sign in to comment.