pgsql: BRIN: improve documentation on summarization

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: BRIN: improve documentation on summarization
Date: 2022-07-05 11:39:44
Message-ID: E1o8gu7-001J1H-DE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

BRIN: improve documentation on summarization

The existing wording wasn't clear enough and some details weren't
anywhere, such as the fact that autosummarization is off by default.
Improve.

Authors: Roberto Mello, Jaime Casanova, Justin Pryzby, Álvaro Herrera
Discussion: https://postgr.es/m/CAKz==bK_NoJytRyQfX8K-erCW3Ff7--oGYpiB8+ePVS7dRVW_A@mail.gmail.com
Discussion: https://postgr.es/m/20220224193520.GY9008@telsasoft.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7c2b79c2bc22259a2de086af65fc0d8f0cd7a0f2

Modified Files
--------------
doc/src/sgml/brin.sgml | 76 ++++++++++++++++++++++++++++----------
doc/src/sgml/ref/create_index.sgml | 4 +-
2 files changed, 59 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-07-05 12:38:43 pgsql: libpq: Improve idle state handling in pipeline mode
Previous Message Peter Eisentraut 2022-07-05 08:35:58 pgsql: Fix pg_prepared_statements.result_types for DML statements