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
This commit is contained in:
parent
0f852cccd9
commit
783e816666
@ -2222,8 +2222,10 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
WAL data is sent as a series of CopyData messages. (This allows
|
WAL data is sent as a series of CopyData messages;
|
||||||
other information to be intermixed; in particular the server can send
|
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
|
an ErrorResponse message if it encounters a failure after beginning
|
||||||
to stream.) The payload of each CopyData message from server to the
|
to stream.) The payload of each CopyData message from server to the
|
||||||
client contains a message of one of the following formats:
|
client contains a message of one of the following formats:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user