diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-06-03 18:18:43 +0000 | 
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-06-03 18:18:43 +0000 | 
| commit | fa0ed6f047c2caadf4d75f53801abc326ca99f80 (patch) | |
| tree | c54780ffadc6e173dbc3cff5684c9fb20507514d /doc/src | |
| parent | ee5764befff3dce30cf096dacf7b35b9543654e1 (diff) | |
Update SET commands for psql \h, man pages, and sgml.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/set.sgml | 42 | 
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"> | 
