mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Update TODO list.
This commit is contained in:
parent
9ee60db50e
commit
c167863f3c
1 changed files with 1 additions and 0 deletions
1
doc/TODO
1
doc/TODO
|
|
@ -53,6 +53,7 @@ PARSER
|
|||
* SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes
|
||||
* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct]
|
||||
* -When using aggregates + GROUP BY, no rows in should yield no rows out(Tom)
|
||||
* Allow HAVING to use comparisons that have no aggregates, for portability
|
||||
|
||||
VIEWS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue