1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update SET commands for psql \h, man pages, and sgml.

This commit is contained in:
Bruce Momjian
1999-06-03 18:18:43 +00:00
parent ee5764beff
commit fa0ed6f047
3 changed files with 87 additions and 28 deletions

View File

@ -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">