Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9aab097

Browse files
committed
Update TODO list.
1 parent 26e5664 commit 9aab097

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/TODO

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Jan 24 14:33:26 EST 2001
3+
Last updated: Wed Jan 24 18:55:23 EST 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -24,7 +24,7 @@ PARSER
2424
* -SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
2525
* Unique index on base column not honored on inserts from inherited table
2626
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
27-
[inherit]
27+
[inheritance]
2828
* -Be smarter about promoting types when UNION merges different data types
2929
* -redesign INSERT ... SELECT to have two levels of target list
3030
* -have INTERSECT/EXCEPT prevent duplicates unless ALL is specified (Tom)
@@ -34,7 +34,7 @@ VIEWS
3434

3535
* -Views containing aggregates sometimes fail (Jan)
3636
* -Creating view and inheriting the view causes view* to show
37-
duplicates (inherit)
37+
duplicates [inheritance]
3838
* -Disallow LOCK on view (Mark Hollomon)
3939

4040
MISC
@@ -145,7 +145,8 @@ INDEXES
145145

146146
COMMANDS
147147

148-
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
148+
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
149+
[inheritance]
149150
* -Add ALTER TABLE ALTER COLUMN feature (Peter E)
150151
* Add ALTER TABLE DROP COLUMN feature [drop]
151152
* -Add ALTER TABLE command to change table ownership (Mark H)

0 commit comments

Comments
 (0)