|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.110 2001/12/28 05:03:10 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.111 2002/01/03 05:37:43 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -284,7 +284,7 @@ Make OIDs optional using WITHOUT OIDS (Tom)
|
284 | 284 | Add %TYPE syntax to CREATE TYPE (Ian Lance Taylor)
|
285 | 285 | Add ALTER TABLE / DROP CONSTRAINT for CHECK constraints (Christopher Kings-Lynne)
|
286 | 286 | New CREATE OR REPLACE FUNCTION to alter existing function (preserving the function OID) (Gavin Sherry)
|
287 |
| -Add ALTER TABLE / ADD UNIQUE (Christopher Kings-Lynne) |
| 287 | +Add ALTER TABLE / ADD[UNIQUE | PRIMARY ] (Christopher Kings-Lynne) |
288 | 288 | Allow column renaming in views
|
289 | 289 | Make ALTER TABLE / RENAME COLUMN update column names of indexes (Brent Verner)
|
290 | 290 | Fix for ALTER TABLE / ADD CONSTRAINT ... CHECK with inherited tables (Stephan Szabo)
|
|