pgsql: Docs: create some user-facing documentation about index-only sca

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: create some user-facing documentation about index-only sca
Date: 2016-05-08 20:36:29
Message-ID: E1azVRF-0006mV-Mt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Docs: create some user-facing documentation about index-only scans.

We didn't have any real user documentation about how index-only scans
work or how to design indexes to exploit them. Remedy that.
Per gripe from David Johnston.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +-
doc/src/sgml/indexam.sgml | 18 ++--
doc/src/sgml/indices.sgml | 201 ++++++++++++++++++++++++++++++++++++++++--
doc/src/sgml/maintenance.sgml | 13 +--
doc/src/sgml/storage.sgml | 6 +-
5 files changed, 217 insertions(+), 27 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-05-08 20:54:00 pgsql: Improve 9.6 release notes.
Previous Message Stephen Frost 2016-05-08 17:02:11 Re: [COMMITTERS] pgsql: Disable BLOB test in pg_dump TAP tests