pgsql: Doc: Describe CREATE INDEX deduplication strategy.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Describe CREATE INDEX deduplication strategy.
Date: 2020-05-21 20:37:10
Message-ID: E1jbrwE-0004DY-VX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Describe CREATE INDEX deduplication strategy.

The B-Tree index deduplication strategy used during CREATE INDEX and
REINDEX differs from the lazy strategy used by retail inserts. Make
that clear by adding a new paragraph to the B-Tree implementation
section of the documentation.

In passing, do some copy-editing of nearby deduplication documentation.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/449e14a5618432f01066c33055229b96666bd925

Modified Files
--------------
doc/src/sgml/btree.sgml | 54 +++++++++++++++++++++++++++++++++----------------
1 file changed, 37 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-05-21 23:49:41 Re: pgsql: doc: add examples of creative use of unique expression indexes
Previous Message Noah Misch 2020-05-21 15:32:28 pgsql: Clear some style deviations.