1
- ODO list for PostgreSQL
1
+ TODO list for PostgreSQL
2
2
========================
3
- Last updated:Mon Oct 1613:18:25 EDT 2000
3
+ Last updated:Mon Oct 1615:49:18 EDT 2000
4
4
5
5
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -117,7 +117,7 @@ INDEXES
117
117
118
118
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
119
119
fails index can't store constant parameters
120
- * Allow SQL function indexes
120
+ *- Allow SQL function indexes
121
121
* Add FILLFACTOR to index creation
122
122
* Re-enable partial indexes
123
123
* Allow inherited tables to inherit index
@@ -127,7 +127,7 @@ COMMANDS
127
127
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
128
128
* -Add ALTER TABLE ALTER COLUMN feature(Peter E)
129
129
* 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)
131
131
* Add ALTER FUNCTION
132
132
* Add ALTER TABLE ... DROP CONSTRAINT
133
133
* Automatically drop constraints/functions when object is dropped