pgsql: Document BRIN a bit more thoroughly - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Document BRIN a bit more thoroughly
Date
Msg-id E1ae3Fu-0005Pt-FA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c84c87ccc0e219a3f263aea9ec80068022ca1cc0

Modified Files
--------------
doc/src/sgml/ref/create_opclass.sgml |   4 +-
doc/src/sgml/xindex.sgml             | 106 ++++++++++++++++++++++++++++++++++-
2 files changed, 106 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Document BRIN a bit more thoroughly
Next
From: Andres Freund
Date:
Subject: Re: pgsql: ltree: Zero padding bytes when allocating memory for externally