Correctino, add URL on :
authorBruce Momjian
Tue, 24 Oct 2006 02:42:34 +0000 (02:42 +0000)
committerBruce Momjian
Tue, 24 Oct 2006 02:42:34 +0000 (02:42 +0000)
* Add estimated_count(*) to return an estimate of COUNT(*)
>   http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php

doc/TODO
doc/src/FAQ/TODO.html

index 3fadcd3b5d9d8e1d8879c38e6a23425875e4edcd..b19b7194bde1b1faff1aa3083312696610817c4c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Oct 23 22:41:16 EDT 2006
+Last updated:      Mon Oct 23 22:42:19 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -960,12 +960,12 @@ Cache Usage
   get a count directly from a unique index, but for this to be
   faster than a sequential scan it must avoid access to the heap
   to obtain tuple visibility information.
-  http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
 
 * Add estimated_count(*) to return an estimate of COUNT(*)
 
   This would use the planner ANALYZE statistics to return an estimated
   count.
+  http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
 
 * Allow data to be pulled directly from indexes
 
index 99e1117965864f0c4217fdaeaf92eec6c005c9ec..7b6f3fff4557b4e11e6597dcd4a2d1a7b82b7281 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Oct 23 22:41:16 EDT 2006
+Last updated:           Mon Oct 23 22:42:19 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -867,11 +867,11 @@ first.
   get a count directly from a unique index, but for this to be
   faster than a sequential scan it must avoid access to the heap
   to obtain tuple visibility information.
-  http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
 

   
  • Add estimated_count(*) to return an estimate of COUNT(*)
  •  

      This would use the planner ANALYZE statistics to return an estimated

       count.
    +  http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
     

       
  • Allow data to be pulled directly from indexes
  •  

      Currently indexes do not have enough tuple visibility information