summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-06-03 18:18:43 +0000
committerBruce Momjian <bruce@momjian.us>1999-06-03 18:18:43 +0000
commitfa0ed6f047c2caadf4d75f53801abc326ca99f80 (patch)
treec54780ffadc6e173dbc3cff5684c9fb20507514d /doc/src
parentee5764befff3dce30cf096dacf7b35b9543654e1 (diff)
Update SET commands for psql \h, man pages, and sgml.
Diffstat (limited to 'doc/src')
-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">