pgsql: docs: adjust multi-column most-common-value statistics - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: adjust multi-column most-common-value statistics
Date
Msg-id E1iEzil-0004xv-NY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs:  adjust multi-column most-common-value statistics

This commit adds a mention that the order of columns specified during
multi-column most-common-value statistics is insignificant, and tries to
simplify examples.

Discussion: https://postgr.es/m/20190828162238.GA8360@momjian.us

Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/737f226842748cf946cad3bd30aadfd0c03ad16f

Modified Files
--------------
doc/src/sgml/perform.sgml               | 6 +++---
doc/src/sgml/ref/create_statistics.sgml | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pg_rewind: Allow writing recovery configuration
Next
From: Jeff Davis
Date:
Subject: Re: pgsql: Add libpq parameter 'channel_binding'.