pgsql: Document that analyzing an empty table doesn't update the statis - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Document that analyzing an empty table doesn't update the statis
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Document that analyzing an empty table doesn't update the statistics.

Per a suggestion from Sergey Konoplev

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/analyze.sgml |    6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Make bgwriter sleep longer when it has no work to do, to save el
Next
From: Robert Haas
Date:
Subject: pgsql: Document that COUNT(*) might not need a seq scan any more.