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

Clean up markup so docs will compile.

This commit is contained in:
Thomas G. Lockhart
2000-02-19 08:14:54 +00:00
parent ac324075de
commit 58a9ea9d80

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.29 2000/02/15 20:49:07 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.30 2000/02/19 08:14:54 thomas Exp $
Postgres documentation Postgres documentation
--> -->
@ -50,8 +50,8 @@ SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE }
<term><replaceable class="PARAMETER">value</replaceable></term> <term><replaceable class="PARAMETER">value</replaceable></term>
<listitem> <listitem>
<para> <para>
New value of parameter. The word <term>DEFAULT</term> can be New value of parameter. <option>DEFAULT</option> can be
written to specify resetting the parameter to its default value. used to specify resetting the parameter to its default value.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>