Document BRIN a bit more thoroughly

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: c84c87ccc0e219a3f263aea9ec80068022ca1cc0
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2016-03-10T16:15:08Z
Releases: 9.5.2
Document BRIN a bit more thoroughly

The chapter "Interfacing Extensions To Indexes" and CREATE OPERATOR
CLASS reference page were missed when BRIN was added.  We document
all our other index access methods there, so make sure BRIN complies.

Author: Álvaro Herrera
Reported-By: Julien Rouhaud, Tom Lane
Reviewed-By: Emre Hasegeli
Discussion: https://www.postgresql.org/message-id/56CF604E.9000303%40dalibo.com
Backpatch: 9.5, where BRIN was introduced

Files

PathChange+/−
doc/src/sgml/ref/create_opclass.sgml modified +2 −2
doc/src/sgml/xindex.sgml modified +104 −2

Discussion