mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
Update TODO list.
This commit is contained in:
3
doc/TODO
3
doc/TODO
@@ -49,6 +49,9 @@ PARSER
|
||||
* -select * from pg_class where oid in (0,-1)
|
||||
* have INTERSECT/EXCEPT prevent duplicates unless ALL is specified
|
||||
* prevent primary key of nine columns(see TODO.detail/primary)
|
||||
* SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes
|
||||
* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken
|
||||
(see TODO.detail/distinct)
|
||||
|
||||
VIEWS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user