Commit a3d8fbf3 authored by Robert Haas's avatar Robert Haas

Fix mismatched tags introduced by attribute options patch.

Thanks to Devrim Gunduz for the report.
parent d7791991
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.110 2010/01/22 16:40:18 rhaas Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.111 2010/01/22 17:30:24 rhaas Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -159,8 +159,8 @@ ALTER TABLE <replaceable class="PARAMETER">name</replaceable> ...@@ -159,8 +159,8 @@ ALTER TABLE <replaceable class="PARAMETER">name</replaceable>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><literal>SET ( <replaceable class="PARAMETER">attribute_option</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )</term></literal> <term><literal>SET ( <replaceable class="PARAMETER">attribute_option</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )</literal></term>
<term><literal>RESET ( <replaceable class="PARAMETER">attribute_option</replaceable> [, ... ] )</literal> <term><literal>RESET ( <replaceable class="PARAMETER">attribute_option</replaceable> [, ... ] )</literal></term>
<listitem> <listitem>
<para> <para>
This form sets or resets attribute-level options. Currently, the only This form sets or resets attribute-level options. Currently, the only
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment