pgsql: Document that COUNT(*) might not need a seq scan any more.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that COUNT(*) might not need a seq scan any more.
Date: 2012-01-27 17:42:41
Message-ID: E1Rqpov-00054w-Lu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that COUNT(*) might not need a seq scan any more.

Noted by Josh Kupershmidt.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eb6af016fc04392c41106ac866072914bf66ecd0

Modified Files
--------------
doc/src/sgml/func.sgml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-27 18:21:54 pgsql: Do not access indclass through Form_pg_index
Previous Message Robert Haas 2012-01-27 17:14:35 pgsql: Document that analyzing an empty table doesn't update the statis