pgsql: Document BRIN a bit more thoroughly

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Document BRIN a bit more thoroughly
Дата
Msg-id E1ae3Fu-0005Pt-FA@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Document BRIN a bit more thoroughly
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: ltree: Zero padding bytes when allocating memory for externally