|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.110 2010/01/2216:40:18 rhaas Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.111 2010/01/2217:30:24 rhaas Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -159,8 +159,8 @@ ALTER TABLE <replaceable class="PARAMETER">name</replaceable> |
159 | 159 | </varlistentry> |
160 | 160 |
|
161 | 161 | <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> |
164 | 164 | <listitem> |
165 | 165 | <para> |
166 | 166 | This form sets or resets attribute-level options. Currently, the only |
|