pgsql: Add: > > * Add estimated_count(*) to return an estimate of

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > * Add estimated_count(*) to return an estimate of
Date: 2005-11-22 23:06:56
Message-ID: 20051122230656.7E9B0DBD91@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

>
> * Add estimated_count(*) to return an estimate of COUNT(*)
>
> This would use the planner ANALYZE statistatics to return an estimated
> count.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1699 -> r1.1700)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1699&r2=1.1700)
pgsql/doc/src/FAQ:
TODO.html (r1.206 -> r1.207)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.206&r2=1.207)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-11-22 23:22:38 pgsql: Done: > o -Allow NULLs in arrays
Previous Message Tom Lane 2005-11-22 22:30:33 pgsql: Fix up comment munged by pg_indent.