From: Bruce Momjian Date: Fri, 3 Dec 2004 17:07:50 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_0_0RC1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf52f83aa632a22ed35114bba5d5cf38baa999fc;p=postgresql Add: > * ANALYZE should record a pg_statistic entry for an all-NULL column --- diff --git a/doc/TODO b/doc/TODO index 768cabcfee..5492ea207f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Dec 2 21:23:52 EST 2004 +Last updated: Fri Dec 3 12:07:45 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -822,6 +822,7 @@ Optimizer / Executor This would be beneficial when there are few distinct values. +* ANALYZE should record a pg_statistic entry for an all-NULL column Miscellaneous =============