1
0
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:
Bruce Momjian
1999-09-23 22:04:00 +00:00
parent f66393514f
commit ebd2391546
2 changed files with 486 additions and 0 deletions

View File

@@ -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