Re: Most-common value docs in PG 12

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Most-common value docs in PG 12
Дата
Msg-id 20190911211522.GA7762@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Most-common value docs in PG 12  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Most-common value docs in PG 12  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
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.

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



В списке pgsql-docs по дате отправления:

Предыдущее
От: Pavlo Golub
Дата:
Сообщение: Re: Authentication Methods page is broken on v11 and v12
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Bad link in Postgres 11 documentation - 19.5 WAL