mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Done:
> * -Prevent aggregates from being used in rule WHERE clauses
This commit is contained in:
4
doc/TODO
4
doc/TODO
@@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@@ -136,7 +136,7 @@ Views / Rules
|
|||||||
* Move psql backslash information into views
|
* Move psql backslash information into views
|
||||||
* Allow RULE recompilation
|
* Allow RULE recompilation
|
||||||
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
|
* -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
|
Indexes
|
||||||
|
Reference in New Issue
Block a user