pgsql: Document BRIN a bit more thoroughly

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document BRIN a bit more thoroughly
Date: 2016-03-10 16:16:06
Message-ID: E1ae3Fu-0005Pt-FA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-03-10 17:25:41 Re: pgsql: ltree: Zero padding bytes when allocating memory for externally
Previous Message Tom Lane 2016-03-10 15:57:59 Re: pgsql: ltree: Zero padding bytes when allocating memory for externally