aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-12-03 17:07:50 +0000
committerBruce Momjian <bruce@momjian.us>2004-12-03 17:07:50 +0000
commitcf52f83aa632a22ed35114bba5d5cf38baa999fc (patch)
tree9ac425eceb34be45edc82847b5542cb384fab805
parent4aa09c5762452cdef63fc97ef9278efcaeb92e88 (diff)
downloadpostgresql-cf52f83aa632a22ed35114bba5d5cf38baa999fc.tar.gz
postgresql-cf52f83aa632a22ed35114bba5d5cf38baa999fc.zip
Add:
> * ANALYZE should record a pg_statistic entry for an all-NULL column
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 768cabcfee0..5492ea207fc 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
=============