pgsql: Doc: Describe CREATE INDEX deduplication strategy.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Doc: Describe CREATE INDEX deduplication strategy.
Дата
Msg-id E1jbrwE-0004DY-VX@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Clear some style deviations.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: Simplify mention of unique indexes for NULL control