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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Document that COUNT(*) might not need a seq scan any more.
Дата
Msg-id E1Rqpov-00054w-Lu@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Document that analyzing an empty table doesn't update the statis
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Do not access indclass through Form_pg_index