|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.51 2002/10/1922:51:45 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.52 2002/10/1923:09:20 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -41,9 +41,9 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
|
41 | 41 | ALTER TABLE [ ONLY ] <replaceable class="PARAMETER">table</replaceable> [ * ]
|
42 | 42 | ADD <replaceable class="PARAMETER">table_constraint</replaceable>
|
43 | 43 | ALTER TABLE [ ONLY ] <replaceable class="PARAMETER">table</replaceable> [ * ]
|
44 |
| -DROP CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> [ RESTRICT | CASCADE ] |
| 44 | +DROP CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> [ RESTRICT | CASCADE ] |
45 | 45 | ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
|
46 |
| -OWNER TO <replaceable class="PARAMETER">new_owner</replaceable> |
| 46 | +OWNER TO <replaceable class="PARAMETER">new_owner</replaceable> |
47 | 47 | </synopsis>
|
48 | 48 |
|
49 | 49 | <refsect2 id="R2-SQL-ALTERTABLE-1">
|
|