<variablelist>
<varlistentry>
<term>
- XACTISOLEVEL
+ XACTISOLEVEL | TRANSACTION ISOLATION LEVEL
</term>
<listitem>
<para>
</term>
<listitem>
<para>
- Sets the cost of a heap scan to the default value.
+ Sets the isolation level for transactions to
+ 'SERIALIZABLE' or 'COMMITTED'.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
+
+ <variablelist>
+ <varlistentry>
+ <term>
+ CLIENT_ENCODING | NAMES
+ </term>
+ <listitem>
<para>
- The frontend may be initialized by setting the PGCOSTHEAP
- environment variable.
+ Sets the multi-byte client encoding
+
+ <variablelist>
+ <varlistentry>
+ <term>
+ <replaceable class="parameter">value</replaceable>
+ </term>
+ <listitem>
+ <para>
+ Sets the multi-byte client encoding.
+ </para>
+ </listitem>
+ </varlistentry>
+ </para>
+
+ <varlistentry>
+ <term>
+ DEFAULT
+ </term>
+ <listitem>
+ <para>
+ Sets the multi-byte client encoding.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ <para>
+ This is only enabled if multi-byte was specified to configure.
+ </para>
+
+ <variablelist>
+ <varlistentry>
+ <term>
+ SERVER_ENCODING
+ </term>
+ <listitem>
+ <para>
+ Sets the multi-byte server encoding
+
+ <variablelist>
+ <varlistentry>
+ <term>
+ <replaceable class="parameter">value</replaceable>
+ </term>
+ <listitem>
+ <para>
+ Sets the multi-byte server encoding.
+ </para>
+ </listitem>
+ </varlistentry>
+ </para>
+
+ <varlistentry>
+ <term>
+ DEFAULT
+ </term>
+ <listitem>
+ <para>
+ Sets the multi-byte server encoding.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ <para>
+ This is only enabled if multi-byte was specified to configure.
</para>
\tSET KSQO TO 'ON'|'OFF'\n\
\tSET QUERY_LIMIT TO #\n\
\tSET TIMEZONE TO 'value'\n\
-\tSET XACTISOLEVEL TO 'SERIALIZABLE'|'COMMITTED'\n\
-\tSET CLIENT_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\n\
+\tSET XACTISOLEVEL|TRANSACTION ISOLATION LEVEL TO 'SERIALIZABLE'|'COMMITTED'\n\
+\tSET CLIENT_ENCODING|NAMES TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\n\
\t 'BIG5'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'|\n\
\t 'KOI8|'WIN'|'ALT'\n\
\tSET SERVER_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\n\
.IR TIMEZONE
sets your timezone.
.PP
-.IR XACTISOLEVEL
+.I XACTISOLEVEL|TRANSACTION ISOLATION LEVEL
sets the transaction isolation level to
.IR SERIALIZABLE
or
.IR COMMITTED .
.PP
-.IR CLIENT_ENCODING
+.IR CLIENT_ENCODING|NAMES
sets the character set encoding of the client. Only available if multi-byte
is enabled at configure time.
.PP