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

Commit 3f6ff32

Browse files
committed
Update TODO list.
1 parent a85b67d commit 3f6ff32

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/TODO

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Jan 27 22:45:01 EST 2000
3+
Last updated: Thu Jan 27 23:46:41 EST 2000
44

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

@@ -18,6 +18,7 @@ RELIABILITY
1818

1919
RESOURCES
2020

21+
* Disallow inherited columns with the same name as new columns
2122
* -Elog() does not free all its memory
2223
* -spinlock stuck problem when elog(FATAL) and elog(ERROR) inside bufmgr
2324
* -Recover or force failure when disk space is exhausted(Hiroshi)
@@ -74,7 +75,9 @@ MISC
7475
* -* Interlock to prevent DROP DATABASE on a database with running backendsInterlock to prevent DROP DATABASE on a database with running backends
7576
* Buffer reference counting bugfixes
7677
* Fix libpq bug that causes it to drop backend error message sent
77-
just before connection closure (ie, any FATAL error message
78+
just before connection closure (ie, any FATAL error message)
79+
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
80+
* SELECT ... UNION ... GROUP BY fails if column types disagree
7881

7982
ENHANCEMENTS
8083
------------
@@ -130,6 +133,7 @@ TYPES
130133
* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
131134
* Functions returning sets don't really work right[function]
132135
* -Make type equivalency apply to aggregates
136+
* Allow user to define char1 column
133137

134138
VIEWS
135139

0 commit comments

Comments
 (0)