mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Add a link from client_encoding parameter to the list of character sets
in documentation. Thom Brown
This commit is contained in:
parent
00dd340210
commit
03282bfa89
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue