aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-10-29 02:50:11 +0000
committerBruce Momjian <bruce@momjian.us>2002-10-29 02:50:11 +0000
commit8e2492a1945e7e3c207d5d1f4015db7819cc4333 (patch)
tree0fd46eccf5bf70267eb8834675877c9d957c4731
parent2e447d21b80ebf3f1eeb8b85118ed61dc58243b4 (diff)
downloadpostgresql-8e2492a1945e7e3c207d5d1f4015db7819cc4333.tar.gz
postgresql-8e2492a1945e7e3c207d5d1f4015db7819cc4333.zip
Done:
> * -Prevent aggregates from being used in rule WHERE clauses
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 89e84d36ad5..fe66536f334 100644
--- a/doc/TODO
+++ b/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