Add a link from client_encoding parameter to the list of character sets

in documentation.

Thom Brown
This commit is contained in:
Itagaki Takahiro 2011-02-01 14:26:17 +09:00
parent 00dd340210
commit 03282bfa89
1 changed files with 2 additions and 0 deletions

View File

@ -4794,6 +4794,8 @@ SET XML OPTION { DOCUMENT | CONTENT };
<para> <para>
Sets the client-side encoding (character set). Sets the client-side encoding (character set).
The default is to use the database encoding. 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>