Commit 69769a3a authored by Bruce Momjian's avatar Bruce Momjian

doc: in binary mode mention, say "encoding conversion"

Used to say "character set conversion"

Reported-by: Tatsuo Ishii

Discussion: 20160618.210417.343199294611427151.t-ishii@sraoss.co.jp
parent 675684fc
...@@ -4219,7 +4219,7 @@ SET xmloption TO { DOCUMENT | CONTENT }; ...@@ -4219,7 +4219,7 @@ SET xmloption TO { DOCUMENT | CONTENT };
<para> <para>
When using binary mode to pass query parameters to the server When using binary mode to pass query parameters to the server
and query results back to the client, no character set conversion and query results back to the client, no encoding conversion
is performed, so the situation is different. In this case, an is performed, so the situation is different. In this case, an
encoding declaration in the XML data will be observed, and if it encoding declaration in the XML data will be observed, and if it
is absent, the data will be assumed to be in UTF-8 (as required by is absent, the data will be assumed to be in UTF-8 (as required by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment