From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | farmernick-pg(at)varteg(dot)nz |
Subject: | 11.7 Indexes on Expressions: editorial correction |
Date: | 2020-05-19 10:54:39 |
Message-ID: | 158988567942.7029.7072931382965841497@wrigleys.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: /docs/12/indexes-expressional.html
Description:
The paragraph that begins "If we were to declare this index UNIQUE,..."
refers to the index test1_lower_col1_idx, not to the test1_uniq_int index it
currently follows. It would appear the latter example was spliced into the
middle of discussing the former.
The paragraphs should be ordered:
CREATE INDEX test1_lower_col1_idx ....
If we were to declare this index UNIQUE, ...
Expression indexes also allow control....
CREATE UNIQUE INDEX test1_uniq_int ...
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2020-05-19 11:25:07 | Re: Add A Glossary |
Previous Message | Marina Polyakova | 2020-05-19 08:14:56 | Re: Missing comma? |