mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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
This commit is contained in:
@ -98,7 +98,8 @@ CREATE STATISTICS [ IF NOT EXISTS ] <replaceable class="parameter">statistics_na
|
||||
<listitem>
|
||||
<para>
|
||||
The name of a table column to be covered by the computed statistics.
|
||||
At least two column names must be given.
|
||||
At least two column names must be given; the order of the column names
|
||||
is insignificant.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user