Обсуждение: [DOC][PATCH]bloom index options limits

Поиск
Список
Период
Сортировка

[DOC][PATCH]bloom index options limits

От
Nikolay Shaplov
Дата:
Hi! I've changed limits of the length option in the "Introduction" section.
They should be 1 ≤ colN ≤ 2048 instead of 1 < colN < 2048 (I've talk with the
author about it)

I've also added minimal maximum and default values for description of options
in the "Parameters" section, because I think user should be able to see full
description of the options in the section where they are described, not in the
introduction.

--
Nikolay Shaplov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company
Вложения

Re: [DOC][PATCH]bloom index options limits

От
Tom Lane
Дата:
Nikolay Shaplov <n.shaplov@postgrespro.ru> writes:
> Hi! I've changed limits of the length option in the "Introduction" section. 
> They should be 1 ≤ colN ≤ 2048 instead of 1 < colN < 2048 (I've talk with the 
> author about it)

I rewrote that text this morning, so this patch won't apply anymore...
        regards, tom lane