mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Update TODO list.
This commit is contained in:
parent
7746a2db36
commit
a2b619a1f0
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Tue Jul 20 13:24:02 EDT 1999
|
Last updated: Tue Jul 20 17:40:39 EDT 1999
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -39,9 +39,7 @@ PARSER
|
|||||||
* CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
|
* CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
|
||||||
* CREATE TABLE test(col char(2) DEFAULT user) fails in length restriction
|
* CREATE TABLE test(col char(2) DEFAULT user) fails in length restriction
|
||||||
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
|
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
|
||||||
* INSERT ... SELECT ... UNION is not reliable
|
* redesign INSERT ... SELECT to have two levels of target list
|
||||||
* Be smarter about promoting types when UNION merges different data types
|
|
||||||
* SELECT ... UNION ... GROUP BY fails if column types disagree
|
|
||||||
|
|
||||||
VIEWS
|
VIEWS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user