pgsql: Correctino, add URL on : * Add estimated_count(*) to return an

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correctino, add URL on : * Add estimated_count(*) to return an
Date: 2006-10-24 02:42:34
Message-ID: 20061024024234.9DC039FB407@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Correctino, add URL on :

* Add estimated_count(*) to return an estimate of COUNT(*)
> http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2006 -> r1.2007)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2006&r2=1.2007)
pgsql/doc/src/FAQ:
TODO.html (r1.508 -> r1.509)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.508&r2=1.509)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-10-24 04:26:41 psqlodbc - psqlodbc: gcc <malloc.h> has been replaced by <stdlib.h>
Previous Message Bruce Momjian 2006-10-24 02:41:22 pgsql: Add URL for: * Speed up COUNT(*) >