Skip to content

Commit 879d1ae

Browse files
committed
New TODO list.
1 parent 3acb7d1 commit 879d1ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ PARSER
2929
* Select a[1] FROM test fails, it needs test.a[1]
3030
* Array index references without table name cause problems
3131
* Update table SET table.value = 3 fails
32-
* Creating index of TIMESTAMP fails, rename to DATETIME(Thomas)
32+
* Creating index of TIMESTAMP & RELTIME fails, rename to DATETIME(Thomas)
3333
* SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
3434
* INSERT ... SELECT ... GROUP BY groups by target columns not source columns
3535
* CREATE TABLE test (a char(5) DEFAULT text '', b int4) fails on INSERT
36+
* UNION with LIMIT fails
3637

3738
VIEWS
3839

@@ -154,7 +155,7 @@ MISC
154155
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
155156
* Allow PQrequestCancel() to terminate when in waiting-for-lock state
156157
* Transaction log, so re-do log can be on a separate disk by
157-
logging SQL queries, or before/after row images
158+
with after-row images
158159
* Populate backend status area and write program to dump status data
159160
* Make oid use unsigned int more reliably, pg_atoi()
160161
* Allow subqueries in target list

0 commit comments

Comments
 (0)