projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00dd340
)
Add a link from client_encoding parameter to the list of character sets
author
Itagaki Takahiro
<
[email protected]
>
Tue, 1 Feb 2011 05:26:17 +0000
(14:26 +0900)
committer
Itagaki Takahiro
<
[email protected]
>
Tue, 1 Feb 2011 05:26:17 +0000
(14:26 +0900)
in documentation.
Thom Brown
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 77cacdd02b771d42a2879916048e95838bfb9ab4..8bdc57febcc9258314a6ac3703e517fba7848ac4 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-4794,6
+4794,8
@@
SET XML OPTION { DOCUMENT | CONTENT };
<para>
Sets the client-side encoding (character set).
The default is to use the database encoding.
+ The character sets supported by the <productname>PostgreSQL</productname>
+ server are described in <xref linkend="multibyte-charset-supported">.
</para>
</listitem>
</varlistentry>