Re: Most-common value docs in PG 12

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Most-common value docs in PG 12
Date: 2019-09-26 20:05:22
Message-ID: 20190926200522.GB16366@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Sep 11, 2019 at 06:15:22PM -0300, Alvaro Herrera wrote:
> On 2019-Aug-30, Bruce Momjian wrote:
>
> > OK, how is this patch? I didn't mention psql since I think everyone
> > expects psql to show all information about tables and indexes.
>
> Why would you change perform.sgml? It seems unnecessary; the commands
> shown work fine.

I realize they work fine, but the ordering in the examples not matching
the defined order suggests that ordering matters, but it does not.

---------------------------------------------------------------------------

>
> This part seems okay:
>
> > diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml
> > index ec23a154d6..5b583aacb4 100644
> > --- a/doc/src/sgml/ref/create_statistics.sgml
> > +++ b/doc/src/sgml/ref/create_statistics.sgml
> > @@ -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>
>
> --
> Álvaro Herrera https://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2019-09-26 20:11:13 Re: Logical replication restriction documentation
Previous Message Andreas Bergmaier 2019-09-26 13:09:03 Re: BUG #16022: to_json on arrays with unusual lower bound is not intuitive