|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.19 2001/01/13 23:58:55 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.20 2001/02/10 16:39:07 momjian Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -35,7 +35,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable> [ * ] |
35 | 35 | ALTER TABLE <replaceable class="PARAMETER">table</replaceable> |
36 | 36 | RENAME TO <replaceable class="PARAMETER">newtable</replaceable> |
37 | 37 | ALTER TABLE <replaceable class="PARAMETER">table</replaceable> |
38 | | - ADD <replaceable class="PARAMETER">table constraint definition</replaceable> |
| 38 | + ADDCONSTRAINT<replaceable class="PARAMETER">table constraint definition</replaceable> |
39 | 39 | ALTER TABLE <replaceable class="PARAMETER">table</replaceable> |
40 | 40 | OWNER TO <replaceable class="PARAMETER">new owner</replaceable> |
41 | 41 | </synopsis> |
@@ -167,7 +167,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable> |
167 | 167 | the affected table. Thus, the table or column will |
168 | 168 | remain of the same type and size after this command is |
169 | 169 | executed. |
170 | | - The ADD <replaceable class="PARAMETER">table constraint definition</replaceable> clause |
| 170 | + The ADDCONSTRAINT<replaceable class="PARAMETER">table constraint definition</replaceable> clause |
171 | 171 | adds a new constraint to the table using the same syntax as <xref |
172 | 172 | linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-title">. |
173 | 173 | The OWNER clause chnages the owner of the table to the user <replaceable class="PARAMETER"> |
|