mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Add:
> * ANALYZE should record a pg_statistic entry for an all-NULL column
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
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
|
The most recent version of this document can be viewed at the PostgreSQL web
|
||||||
site, http://www.PostgreSQL.org.
|
site, http://www.PostgreSQL.org.
|
||||||
@ -822,6 +822,7 @@ Optimizer / Executor
|
|||||||
|
|
||||||
This would be beneficial when there are few distinct values.
|
This would be beneficial when there are few distinct values.
|
||||||
|
|
||||||
|
* ANALYZE should record a pg_statistic entry for an all-NULL column
|
||||||
|
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
=============
|
=============
|
||||||
|
Reference in New Issue
Block a user