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-0005Ps-F7@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
------
master

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

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: Tom Lane
Date:
Subject: Re: pgsql: ltree: Zero padding bytes when allocating memory for externally
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Document BRIN a bit more thoroughly