Re: Documentation for create unique index is insuficient and (because of that) incorrect

Bruce Momjian <bruce@momjian.us>

From: Bruce Momjian <bruce@momjian.us>
To: emilioplatzer@gmail.com, pgsql-docs@lists.postgresql.org
Date: 2018-11-20T02:05:42Z
Lists: pgsql-docs
On Tue, Oct 23, 2018 at 06:29:55PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/11/static/indexes-unique.html
> Description:
> 
> In https://www.postgresql.org/docs/11/static/indexes-unique.html there are
> omited clausules
> 
> For example WHERE clausule is omited. 
> 
> In https://www.postgresql.org/docs/11/static/sql-createindex.html you can
> see the right sintax with all the clausules.

The first URL is an example and is not intended to be the complete
syntax.

-- 
  Bruce Momjian  <bruce@momjian.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 +


Commits

  1. Doc: rework introductory documentation about covering indexes.