Mistakes between an example and its description

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: eugenewangfw(at)gmail(dot)com
Subject: Mistakes between an example and its description
Date: 2018-05-09 21:52:55
Message-ID: 152590277563.1478.16500926150564144257@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/sql-createindex.html
Description:

In Postgres Doc: Index
page(https://www.postgresql.org/docs/9.6/static/sql-createindex.html), there
is an mismatch between an example description and an example SQL statement.

The description is below :
To create a B-tree index on the column title in the table films:

Meanwhile, the example provided is an UNIQUE constrain.
CREATE UNIQUE INDEX title_idx ON films (title);

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Martín Marqués 2018-05-09 23:59:15 Re: Mistakes between an example and its description
Previous Message PG Doc comments form 2018-05-09 14:25:28 \i and \ir separated by \if now...