| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | farmernick-pg(at)varteg(dot)nz |
| Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org, Bruce Momjian <bruce(at)momjian(dot)us> |
| Subject: | Re: 11.7 Indexes on Expressions: editorial correction |
| Date: | 2020-05-19 14:32:01 |
| Message-ID: | 29322.1589898721@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> 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.
Yes, this was complained of before:
https://www.postgresql.org/message-id/flat/E1ikvbp-0005jW-E9%40gemulon.postgresql.org
I remain of the opinion that we'd be best off to just revert
a9760d0f3 altogether. Bruce's last proposal mostly did that,
but it still insisted on muddying an existing example with an
unrelated comment.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2020-05-20 01:29:55 | descriptions of pg_stat_user_functions and pg_stat_slru |
| Previous Message | Pavel Borisov | 2020-05-19 11:43:39 | [PATCH] Clarification of use logical operators inside phrase operator |