mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Done:
> * -Prevent aggregates from being used in rule WHERE clauses
This commit is contained in:
parent
2e447d21b8
commit
8e2492a194
1 changed files with 2 additions and 2 deletions
4
doc/TODO
4
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Mon Oct 28 15:05:02 EST 2002
|
||||
Last updated: Mon Oct 28 21:50:03 EST 2002
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ Views / Rules
|
|||
* Move psql backslash information into views
|
||||
* Allow RULE recompilation
|
||||
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
|
||||
* Prevent aggregates from being used in rule WHERE clauses
|
||||
* -Prevent aggregates from being used in rule WHERE clauses
|
||||
|
||||
|
||||
Indexes
|
||||
|
|
|
|||
Loading…
Reference in a new issue