BRIN is missing in multicolumn indexes documentation

From: Petr Jediný <petr(dot)jediny(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: BRIN is missing in multicolumn indexes documentation
Date: 2016-03-21 15:53:26
Message-ID: CAD=W4J9cZ6vAEHBdf7RiVamB=bN8DjZdt3kxKXs2_FHF5mUOpQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

the http://www.postgresql.org/docs/9.5/static/indexes-multicolumn.html
page doesn't mention BRIN support, but according to the
http://www.postgresql.org/docs/9.5/static/sql-createindex.html it is
supported in multicolumn setup.

The attached patch (git diff against master branch) fixes the omission
and adds "Oxford comma" before "and" to unify the writing style with
the style used in the "create index" documentation.

Regards,

Petr Jediny

Attachment Content-Type Size
brin-multicolumn-doc-v1.patch application/octet-stream 764 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-03-21 16:20:31 Re: [patch] Proposal for \crosstabview in psql
Previous Message Robert Haas 2016-03-21 15:40:52 Re: [patch] Proposal for \crosstabview in psql