1- ODO list for PostgreSQL
1+ TODO list for PostgreSQL
22========================
3- Last updated:Mon Oct 1613:18:25 EDT 2000
3+ Last updated:Mon Oct 1615:49:18 EDT 2000
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -117,7 +117,7 @@ INDEXES
117117
118118* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
119119 fails index can't store constant parameters
120- * Allow SQL function indexes
120+ *- Allow SQL function indexes
121121* Add FILLFACTOR to index creation
122122* Re-enable partial indexes
123123* Allow inherited tables to inherit index
@@ -127,7 +127,7 @@ COMMANDS
127127* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
128128* -Add ALTER TABLE ALTER COLUMN feature(Peter E)
129129* Add ALTER TABLE DROP COLUMN feature [drop]
130- * Add ALTER TABLE command to change table ownership
130+ * Add ALTER TABLE command to change table ownership (Mark H)
131131* Add ALTER FUNCTION
132132* Add ALTER TABLE ... DROP CONSTRAINT
133133* Automatically drop constraints/functions when object is dropped