summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/ref/set.sgml42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml
index 12c9e47fcc5..f4e7374e11e 100644
--- a/doc/src/sgml/ref/set.sgml
+++ b/doc/src/sgml/ref/set.sgml
@@ -526,7 +526,49 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
</listitem>
</varlistentry>
</variablelist>
+
+ <variablelist>
+ <varlistentry>
+ <term>
+ XACTISOLEVEL
+ </term>
+ <listitem>
+ <para>
+ Sets the isolation level for transactions.
+
+ <variablelist>
+ <varlistentry>
+ <term>
+ <replaceable class="parameter">value</replaceable>
+ </term>
+ <listitem>
+ <para>
+ Sets the isolation level for transactions to
+ 'SERIALIZABLE' or 'COMMITTED'.
+ </para>
+ </listitem>
+ </varlistentry>
</para>
+
+ <varlistentry>
+ <term>
+ DEFAULT
+ </term>
+ <listitem>
+ <para>
+ Sets the cost of a heap scan to the default value.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ <para>
+ The frontend may be initialized by setting the PGCOSTHEAP
+ environment variable.
+ </para>
+
+
+
</REFSECT2>
<REFSECT2 ID="R2-SQL-SET-2">