Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a3d8fbf

Browse files
committed
Fix mismatched tags introduced by attribute options patch.
Thanks to Devrim Gunduz for the report.
1 parent d779199 commit a3d8fbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/alter_table.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.110 2010/01/22 16:40:18 rhaas Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.111 2010/01/22 17:30:24 rhaas Exp $
33
PostgreSQL documentation
44
-->
55

@@ -159,8 +159,8 @@ ALTER TABLE <replaceable class="PARAMETER">name</replaceable>
159159
</varlistentry>
160160

161161
<varlistentry>
162-
<term><literal>SET ( <replaceable class="PARAMETER">attribute_option</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )</term></literal>
163-
<term><literal>RESET ( <replaceable class="PARAMETER">attribute_option</replaceable> [, ... ] )</literal>
162+
<term><literal>SET ( <replaceable class="PARAMETER">attribute_option</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )</literal></term>
163+
<term><literal>RESET ( <replaceable class="PARAMETER">attribute_option</replaceable> [, ... ] )</literal></term>
164164
<listitem>
165165
<para>
166166
This form sets or resets attribute-level options. Currently, the only

0 commit comments

Comments
 (0)