Skip to content

Commit 38c8346

Browse files
committed
Update TODO list.
1 parent 9e1e145 commit 38c8346

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ODO list for PostgreSQL
1+
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Oct 16 13:18:25 EDT 2000
3+
Last updated: Mon Oct 16 15:49:18 EDT 2000
44

55
Current 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

0 commit comments

Comments
 (0)