From: Bruce Momjian Date: Fri, 8 Mar 2002 01:31:19 +0000 (+0000) Subject: Add X-Git-Tag: REL7_3~1929 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3239793e0d2e12466d53eb1f1a7c14731cb4f295;p=thirdparty%2Fpostgresql.git Add > * Prevent aggregates from being used in rule WHERE clauses --- diff --git a/doc/TODO b/doc/TODO index 635b5a4458a..b73bc479db5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Mar 5 22:14:41 EST 2002 +Last updated: Thu Mar 7 20:29:53 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -125,7 +125,7 @@ VIEWS / RULES * Move psql backslash information into views * Allow RULE recompilation * Remove brackets as multi-statement rule grouping, must use parens - +* Prevent aggregates from being used in rule WHERE clauses INDEXES -------