Re: Fix for documentation of Covering Indexes

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Michael Paquier <michael(at)paquier(dot)xyz>, Postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix for documentation of Covering Indexes
Date: 2018-04-18 09:52:01
Message-ID: c8f7035c-b679-f8f6-509c-75f79fa37c0a@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

On 11/04/18 04:20, Michael Paquier wrote:
> Hi all,
>
> The documentation of covering indexes is incorrect for CREATE and ALTER
> TABLE:
> - ALTER TABLE's page is missing the call.
> - Exclusion constraints can use INCLUDE clauses.
>
> In order to simplify the documentation, please let me suggest the
> attached which moves the definition of the INCLUDE clause into the
> section index_parameters, which is compatible with what I read from the
> parser.

Committed, thanks!

- Heikki

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-04-18 09:55:19 bit-strings with white space
Previous Message PG Doc comments form 2018-04-18 09:14:29 Pgadmin III is officially not supported

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2018-04-18 09:52:22 Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS
Previous Message Fabien COELHO 2018-04-18 09:40:51 Re: Double-writes, take two?