summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-11-12 14:33:28 -0500
committerBruce Momjian <bruce@momjian.us>2020-11-12 14:33:28 -0500
commit52003bf3c4b4f7e6d6a3aeb4fff0f6aca210b3df (patch)
tree0c79f9cdc810fbae8b728935d411c09ec593626b /doc/src
parent48ab1fa304fe51d563bea11f1334572a7f2832b1 (diff)
doc: wire protocol data type for history file content is bytea
Document that though the history file content is marked as bytea, it is the same a text, and neither is btyea-escaped or encoding converted. Reported-by: Brar Piening Discussion: https://postgr.es/m/6a1b9cd9-17e3-df67-be55-86102af6bdf5@gmx.de Backpatch-through: 13 - 9.5 (not master)
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/protocol.sgml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index 13140e6b9bc..2a0197eeb36 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -1859,7 +1859,10 @@ The commands accepted in replication mode are:
<para>
Requests the server to send over the timeline history file for timeline
<replaceable class="parameter">tli</replaceable>. Server replies with a
- result set of a single row, containing two fields:
+ result set of a single row, containing two fields. While the
+ fields are labeled as <type>text</type> and <type>bytea</type>,
+ they effectively return raw bytes, with no escaping or encoding
+ conversion:
</para>
<para>