|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.39 2002/03/05 05:33:04 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.40 2002/03/06 20:42:38 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -183,16 +183,16 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable> |
183 | 183 | substring operations on a column faster, at the penalty of |
184 | 184 | increased storage space. |
185 | 185 | The <literal>RENAME</literal> clause causes the name of a table, |
186 | | - column, index, orsequence to change without changing any of the |
| 186 | + column, index,sequenceorview to change without changing any of the |
187 | 187 | data. The data will remain of the same type and size after the |
188 | 188 | command is executed. |
189 | 189 | The ADD <replaceable class="PARAMETER">table_constraint_definition</replaceable> clause |
190 | 190 | adds a new constraint to the table using the same syntax as <xref |
191 | 191 | linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-TITLE">. |
192 | 192 | The DROP CONSTRAINT <replaceable class="PARAMETER">constraint</replaceable> clause |
193 | 193 | drops all constraints on the table (and its children) that match <replaceable class="PARAMETER">constraint</replaceable>. |
194 | | - The OWNER clause changes the owner of the table to the user <replaceable class="PARAMETER"> |
195 | | - new user</replaceable>. |
| 194 | + The OWNER clause changes the owner of the table, index, sequence or view to the |
| 195 | +user <replaceable class="PARAMETER">new user</replaceable>. |
196 | 196 | </para> |
197 | 197 |
|
198 | 198 | <para> |
|