Skip to content
Snippets Groups Projects
Commit 991b82ee authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update TODO list.

parent a2b619a1
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL
========================
Last updated: Tue Jul 20 17:40:39 EDT 1999
Last updated: Tue Jul 20 19:05:04 EDT 1999
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
......@@ -39,6 +39,8 @@ PARSER
* CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
* CREATE TABLE test(col char(2) DEFAULT user) fails in length restriction
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
* Be smarter about promoting types when UNION merges different data types
* SELECT ... UNION ... GROUP BY fails if column types disagree
* redesign INSERT ... SELECT to have two levels of target list
VIEWS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment