encoding_ref.patch

application/octet-stream

Filename: encoding_ref.patch
Type: application/octet-stream
Part: 0
Message: Add reference to client_encoding parameter

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/config.sgml 2 1
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 77cacdd..1bb544b 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4793,7 +4793,8 @@ SET XML OPTION { DOCUMENT | CONTENT };
       <listitem>
        <para>
         Sets the client-side encoding (character set).
-        The default is to use the database encoding.
+        The default is to use the database encoding.  For more information on
+        available encodings, see <xref linkend="multibyte-charset-supported">.
        </para>
       </listitem>
      </varlistentry>