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

Update TODO list.

parent f96babac
Branches
Tags
No related merge requests found
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Jul 20 13:15:50 EDT 1999 Last updated: Tue Jul 20 13:24:02 EDT 1999
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
...@@ -38,6 +38,10 @@ PARSER ...@@ -38,6 +38,10 @@ PARSER
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
* 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
* INSERT ... SELECT ... UNION is not reliable
* Be smarter about promoting types when UNION merges different data types
* SELECT ... UNION ... GROUP BY fails if column types disagree
VIEWS VIEWS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment