diff options
author | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2011-02-01 14:26:17 +0900 |
---|---|---|
committer | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2011-02-01 14:26:17 +0900 |
commit | 03282bfa8973f3a77ca3e7c14847a5a11d07d6a2 (patch) | |
tree | f27f7df561959f43fbbb0c83cd3757b6222c1237 /doc/src | |
parent | 00dd340210ed67900e03703eb088fdd5ab12c099 (diff) | |
download | postgresql-03282bfa8973f3a77ca3e7c14847a5a11d07d6a2.tar.gz postgresql-03282bfa8973f3a77ca3e7c14847a5a11d07d6a2.zip |
Add a link from client_encoding parameter to the list of character sets
in documentation.
Thom Brown
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 77cacdd02b7..8bdc57febcc 100644 --- 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> |