pgsql: Document that analyzing an empty table doesn't update the statis

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that analyzing an empty table doesn't update the statis
Date: 2012-01-27 17:14:35
Message-ID: E1RqpNj-0004e5-Ra@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-01-27 17:42:41 pgsql: Document that COUNT(*) might not need a seq scan any more.
Previous Message Heikki Linnakangas 2012-01-27 16:26:38 Re: pgsql: Make bgwriter sleep longer when it has no work to do, to save el