Re: bloom documentation patch

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: obartunov(at)postgrespro(dot)ru
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: bloom documentation patch
Date: 2018-10-14 21:47:27
Message-ID: CAEepm=3sijpGr8tXdyz-7EJJZfhQHABPKEQ29gpnb7-XSy+=5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Mon, Oct 15, 2018 at 10:15 AM Oleg Bartunov <obartunov(at)postgrespro(dot)ru> wrote:
> Please, consider attached patch, which improves contrib/bloom documentation.

Hello Oleg, I have no comment on the technical details but here is
some proof-reading of the English:

+ Length of each signature (index entry) in bits, it is rounded
up to the nearest
+ multiple of 16. The default is <literal>80</literal> bits and maximum is

s/, it is/. It is/
s/and maximum/and the maximum/

+ Bloom AM doesn't supports <literal>unique</literal> indexes.

s/supports/support/

+ Bloom AM doesn't supports <literal>NULL</literal> values.

s/supports/support/

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2018-10-15 06:00:18 Re: Ambiguous usage of 'any' in explanation
Previous Message Oleg Bartunov 2018-10-14 21:14:32 bloom documentation patch