pgsql: Doc updates for index-only scans.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc updates for index-only scans.
Date: 2012-03-21 18:53:04
Message-ID: E1SAQee-0002nS-94@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc updates for index-only scans.

Document that routine vacuuming is now also important for the purpose
of index-only scans; and mention in the section that describes the
visibility map that it is used to implement index-only scans.

Marti Raudsepp, with some changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5b9c1e6d52dfd022a074462e029bfd7f7bc4321c

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 32 ++++++++++++++++++++++++++++++++
doc/src/sgml/storage.sgml | 15 ++++++++++-----
2 files changed, 42 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-03-21 21:33:43 pgsql: Add installing entab to pgindent instructions
Previous Message Tom Lane 2012-03-21 18:09:54 pgsql: Allow new relmapper entries when allow_system_table_mods is true