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

From Robert Haas
Subject pgsql: Document that COUNT(*) might not need a seq scan any more.
Date
Msg-id E1Rqpov-00054w-Lu@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Document that analyzing an empty table doesn't update the statis
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Do not access indclass through Form_pg_index