diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-29 02:50:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-29 02:50:11 +0000 |
commit | 8e2492a1945e7e3c207d5d1f4015db7819cc4333 (patch) | |
tree | 0fd46eccf5bf70267eb8834675877c9d957c4731 | |
parent | 2e447d21b80ebf3f1eeb8b85118ed61dc58243b4 (diff) | |
download | postgresql-8e2492a1945e7e3c207d5d1f4015db7819cc4333.tar.gz postgresql-8e2492a1945e7e3c207d5d1f4015db7819cc4333.zip |
Done:
> * -Prevent aggregates from being used in rule WHERE clauses
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |