projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675684f
)
doc: in binary mode mention, say "encoding conversion"
author
Bruce Momjian
<
[email protected]
>
Tue, 28 Jun 2016 18:21:43 +0000
(14:21 -0400)
committer
Bruce Momjian
<
[email protected]
>
Tue, 28 Jun 2016 18:21:43 +0000
(14:21 -0400)
Used to say "character set conversion"
Reported-by: Tatsuo Ishii
Discussion:
20160618
.210417.
343199294611427151
[email protected]
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 11e246fa35156c477bcd7a6c562fc871247eef8b..9643746ca4ae5ad8ac6a107500f436b3ea50ed05 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-4219,7
+4219,7
@@
SET xmloption TO { DOCUMENT | CONTENT };
<para>
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
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